Hello!
Is there any way to send someone to a link after updating their entry on a form without it affecting the submit button?
Thank you!
You can use jQuery to prevent default on click of an update button and then trigger whatever action you want. You could also change your form's HTML on the Customize HTML screen to include your own custom buttons. There are many ways to implement this. Just remember that when you change the function of the update button, updated fields will not be saved.
Please login or Register to submit your answer
What do you mean by "without it affecting the submit button"?
I just want the submit button to be a message. I want the update button to be a link.
I see I can change the "on submit" action in formidable but I want to only change what the update button does not submit.