Q: Forms with form tags
Hi, is there a form feature within Zylvie where a user can submit a name and email? And if so is it wrapped in <form> tags? I have come to learn that this is very important for enabling external softwares to detect a user form submission. Thanks
Verified purchaser

Jay_from_Zylvie
Sep 20, 2025A: Hi Dam,
Yes, you can collect a name and an email, and they're wrapped in <form> tags.
What kind of external software are you using to detect a user form submission, and why do you want to do that?
With thanks,
Jay
I have two, the first is an affiliate software with a universal form integration for detecting referrals when a form is submitted. Second is the Gist ESP which has a form Autocapture feature which in their own words - is designed to automatically collect contact data from third-party forms products, enhancing the ease and efficiency of data collection.
For a form to be compatible with AutoCapture, it must adhere to the following criteria:
Be a static HTML form.
Be enclosed within HTML <form> tags.
Not be contained within an <iframe>.
Include an email input field with input type as “email”.