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