PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Multiple variations of form on page - multiple spinners

  1. fishnyc22
    Member

    Hey all. I have a form that I reuse on the same page in 5 different hidden accordion rows. But in each instance I pass a different variable to the form to differentiate between them. So in my php template I have:
    <?php gravity_form(1, false, false, false, array('c' => $countryslug ), true); ?>

    where "c" changes on each version.

    But when I submit my form I have 5 the ajax spinners that appears next to the submit button. Is there a way to prevent that without duplicating the form 4 additional times in the admin (making them separate forms)?

    thanks for the help.

    Dave

    Posted 11 years ago on Thursday May 24, 2012 | Permalink
  2. Dave, unfortunately, you cannot have more than one of the same form on the page - because it will not work correctly, much like you are seeing. So you would need independent forms if they are to all live on the same page.

    Posted 11 years ago on Thursday May 24, 2012 | Permalink
  3. fishnyc22
    Member

    wow. thanks for the ridiculously fast response rob. Good to know. I'll just duplicate the forms for each of the 5 cases. That will work fine of me. Just wanted to be sure I wasn't missing something.

    Thanks again.

    Dave

    Posted 11 years ago on Thursday May 24, 2012 | Permalink
  4. Right on Dave, glad to help out!

    Posted 11 years ago on Thursday May 24, 2012 | Permalink

This topic has been resolved and has been closed to new replies.