Reset/Reload form on submit? #5014
-
I have a situation where a user is doing data entry and needs to submit several entries in a row. It would help if, after submit, the form would reset so that it's ready for the next form entry. Out of the box it doesn't do this. Any advice on how to accomplish this? Up until now I've been using the simple form embed, but I'm happy to switch that up if it's necessary. |
Beta Was this translation helpful? Give feedback.
Answered by
brendanbond
Jan 11, 2023
Replies: 1 comment 3 replies
-
Hey @dwgreen1, thanks for the question. What I do in this case is to hook into the submit event, clear the submission, and refresh the form, something like:
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
brendanbond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @dwgreen1, thanks for the question. What I do in this case is to hook into the submit event, clear the submission, and refresh the form, something like: