Two Different Submit Buttons On One Form

Hi - I am making a simple form with a postcode, that will then lead to a specific calendar, depending on postcode, to book in a diagnostic.

I also want to include the option to book in an “emergency booking” which will then lead them to a different place, where they can get a same day diagnosis.

So my goal with the gravityform, is to have a regular submit button, and then another submit button next to that one - labelled as emergency booking, which will go to a different place - and carry across the same information.

I understand I could do something like a radio select for “emergency booking? yes/no” and then do a conditional redirect on the submit button - but if it is possible to instead have two separate submit buttons, that would be ideal.

Any help would be much appreciated!

Hi, jodamo5. There’s no built-in way in Gravity Forms to have two submit buttons, each with a different action. If the ‘emergency booking’ submit button just redirects the visitor to another page, without the form capturing any information, you could use an HTML field and add the code for a button there with a JavaScript redirect to your page for same day diagnosis.