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.
Is it possible to add a redirect to the Submit button so that once the user has submitted we can return them to a particular page?
Once an entry is submitted, you have to display it in edit mode. Targeting the submit button is not possible because each page has a submit button. Next and previous are submit buttons.
Please login or Register to submit your answer
Staff replied 3 years ago
What do you mean by "without it affecting the submit button"?
replied 3 years ago
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.