I am using umbraco form. Once i submit the form it gives me the thanks you message it is fine but after that if i refresh the page it submit the form again.
How can i prevent this so once i submit the form it will display a fresh form.
A simple way of solve this could be to add a page in the send message / go to page workflow. The page that you need to choose is the page with the form on
This means when you submit the form, then you will be send back to the page with form again, and then you can submit the a fresh form again. The submissions will be recorded in the backoffice and save as enties.
Umbraco form refreshing page submitting the page.
Hi
I am using umbraco form. Once i submit the form it gives me the thanks you message it is fine but after that if i refresh the page it submit the form again.
How can i prevent this so once i submit the form it will display a fresh form.
Thanks
Hi Manish,
A simple way of solve this could be to add a page in the send message / go to page workflow. The page that you need to choose is the page with the form on
https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Editor/Attaching-Workflows/
This means when you submit the form, then you will be send back to the page with form again, and then you can submit the a fresh form again. The submissions will be recorded in the backoffice and save as enties.
Hope this can solve what you are trying to do.
/Dennis
is working on a reply...