Multiple Submit buttons
-
I have a multi page form that the user will be entering. I have it set up and it works. But I wanted to give them the option to save the record after the first screen instead of continuing. This way they can enter multiple beginning of the records. So the first screen would have the continue to next screen button and the additional one that would just say save and exit. I am using a custom signup to add the input button that takes me to the thank you page, thinking this would complete the session. But it does not work that way. It will go to the page but does not show the message that it was added and it does not add the record. What am I missing? How can I skip to the end and enter the record? Here is how I have added the button.
<input type=”button” value=”Save and Exit” onclick=”location=’https://otga.org/scorekeepertky'” />Also, I keep reading that we can add a class to the button… any additional info on that would help. How do I find the class for the submit-button? Where is the class button-primary? I’m probably not speaking the correct terms.
Thanks so much.
The topic ‘Multiple Submit buttons’ is closed to new replies.