Modal Dialog and Form Elements
- by James Jeffery
I have a form that contains some fields and a recaptcha box.
I have hidden the recaptcha box. The user clicks "create profile" and a modal dialog pops up with the recaptcha box. All fine.
But, how do I submit that information? I am using Javascript to create the recaptcha HTML in the modal. I have a button called "Create Profile" that has this…