Hello,
I'm attempting to feature multiple G forms on a single page, hiding them until called into a modal window and have them set to use ajax. The problem is as follows:
- Forms load OK but only the first form chosen will validate or submit when clicked. Other forms will appear, but text input will not function, nor does validation or submission of the form. This problem occurs regardless of whether the first-clicked form has been submitted successfully or not. How can I have the others function regardless of what happens to the first form?