Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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:
...