Jump Button on Form for Second go at form

Hi,

I have a piece of Javascript that authenticates a session and allows the entry of a form to our API by hijacking the submit button, it pulls some data from the URL and adds that to the form. It returns success and calls a “success page”. Instead of this, I want it to ask if the user wants to add another record or finish. If the user selects add another record, I want the page to return to the form’s beginning. Using the same captured data but sending the new information on the second form to the API and so on, until the user selects complete.

Is this possible?

Chris


Here is my site Read-Only: LINK
(how to share your site Read-Only link)