Believe it or not, I'm trying to use Gravity Forms as an advanced search form.
How can I add an extra submit button to the right of the default one that says "Reset" and have it link to a URI I want, without submitting the form?
Believe it or not, I'm trying to use Gravity Forms as an advanced search form.
How can I add an extra submit button to the right of the default one that says "Reset" and have it link to a URI I want, without submitting the form?
Use a HTML field at the end of your form, add your custom button markup, then use CSS to position the button you've added wherever you would like it. That's going to be the easiest, low-tech way to get it done.