In my application, the contact form appears at the bottom of all pages.
When submitting a form, ChronoForms changes the page URL to page_url + "?chronoform=form_name&event=submit".
The problem is that if the user refreshes the page the form is submitted again - however, now all the fields are blank.
What I'd like to do is show a thank you message (I know how to do this) but change the page URL to remove the "?chronoform=form_name&event=submit".
Is this possible?
When submitting a form, ChronoForms changes the page URL to page_url + "?chronoform=form_name&event=submit".
The problem is that if the user refreshes the page the form is submitted again - however, now all the fields are blank.
What I'd like to do is show a thank you message (I know how to do this) but change the page URL to remove the "?chronoform=form_name&event=submit".
Is this possible?