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!