Hi all
I have a form working well, and the workflow is once completed it sends the data to Google Sheets. However all the data is flowing except for these fields
Timestamp
Last Updated
Created By
Updated By
Draft
IP
ID
Key
Any idea how to ensure they get captures, especially the Timestamp and the IP address as we want to ensure we don't get duplicates
Many thanks
Those fields are not captured in the form, but added to the wp_frm_items when the entry is written to the database. If you want those details transferred to a google sheet, the fields need to be captured in the form entry as metadata so they're available to the Google sheets action. To do that, create hidden fields and populate them with custom code.
Please login or Register to submit your answer
Thank you