Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Most of the forms will be Input text, Select dropdown for Countries, a Checkbox to opt-in and Textarea, but there're a handful that are pretty long with many many checkboxes and radios and dropdowns. For now, I just want to test with a simple form, being able to iterate through the elements and outp...
My site is built on a .net CMS, which by default encapsulates everything inside form tag. Any page, with or without a form will have this structure
I'm in the process of switching to Form 2.0. I was able to make it works by submitting the form in the background IF I'm using this:form.addHiddenFields({ "Email": $('#Email').val(), "Phone": $('#Phone').val() }); However, to avoid listing all the fields manually like above, I'd want something more ...
Hi - I'm just now aware of the notification of Form 1.0 deprication as mentioned here. All the forms I have on the site so far use this:
...