I will elaborate on what my requirements are, since I saw a note about this on an earlier thread:
- magicadey (@magicadey)
6 months, 2 weeks agocan we have a hidden field send data. I send form details to a database with people to contact. It goes to a section of database with status set to “to contact”. This can only be set via a text element that is not hidden. I dont need hte user to see this field
Viewing 2 replies – 1 through 2 (of 2 total)
- Plugin AuthorWP connect (@wpconnectco)6 months agoHello,Thank you for reaching out.I apologize for the delayed response. For a field to transmit data, it usually requires user input. If you intend to use a hidden field for this purpose, could you please elaborate on your exact requirements? Understanding your use-case in detail will enable us to assist you more effectively.Best regards,Alexandre,
WP connect SupportPlugin AuthorWP connect (@wpconnectco)5 months, 2 weeks agoWe haven’t received a response from you, so we’re assuming the issue has been resolved.In case you have any further concerns regarding this issue or any new ones, please feel free to contact us again. We will be closing this ticket for now.Alexandre,
WP connect Support
Hidden fields are function of forms that hook onto URL parameters which, fundamentally, is a way to pass marketing attribution data as part of a lead into a CRM. Contact Form 7 supports hidden form data.
I will provide an example of what a hidden form element looks like in my use case in the form:
<input type="hidden" name="gclid" value="">
<input type="hidden" name="utm_source" value="">
<input type="hidden" name="utm_medium" value="">
<input type="hidden" name="utm_campaign" value="">
<label>Your Name</label>
[text* your-name autocomplete:name]
<label>Your Email</label>
[email* your-email autocomplete:email]
<label>Company Name</label>
[text your-company]
<label>Phone Number (optional)</label>
[tel your-phone]
<label>Your Message (optional)</label>
[textarea your-message]
[submit "Submit"]
I hope this helps outline the needs of this tool.
Hi,
Thank you for reaching out to us,
At the moment, your request cannot be fulfilled. However, I’ve forwarded your feature request to our development team for consideration in our future roadmap.
Kind Regards,
Cristian
WP connect Support