I've built a form with Umbraco Forms on 7.2.2.
After submitting, the submit page is shown (correct). When I visit the page which contains the form again, the form is not shown, but only the success text is visible. When I then visit the page again the form is shown again.
So it's first on the second visit that you see the form again? Do you hit the url directly or do you use the browsers back button or a back link or something like that?
I select the page in the navigation menu of the site.
Then I fill out the form and submit. The submit page is shown properly.
Then I select the same page in the navigation menu of the site again (as before), so the page is fully reloaded.
The form isn't shown, but only the success message.
Then I select the same page in the navigation menu of the site again (as before), and the form is shown.
Just wondered if there is a time limit (for anti-spam or anti multi-submit) after submitting that is responsible for that behavior.
Ok, that is indeed really weird. What happens if you submit and then wait 5 minutes before you go back to the page again? Is it then still the same? In my ears it sounds like a bug but perhaps it's a good idea for you to test this scenario before reporting it.
I observe the same behavior. The interesting thing is that if to delete a session cookie (should be done after submit but before you go back to form) the from is normally shown instead of success message. looks like the information about the necessity to display the success message is kept in the session. I wonder if anyone has a solution to this issue or has it been fixed already?
Form hidden after submit
Hi,
I've built a form with Umbraco Forms on 7.2.2. After submitting, the submit page is shown (correct). When I visit the page which contains the form again, the form is not shown, but only the success text is visible. When I then visit the page again the form is shown again.
Is this the desired behavior?
Best Regards Andreas
Hi Andreas
So it's first on the second visit that you see the form again? Do you hit the url directly or do you use the browsers back button or a back link or something like that?
/Jan
Hi Jan,
I select the page in the navigation menu of the site. Then I fill out the form and submit. The submit page is shown properly. Then I select the same page in the navigation menu of the site again (as before), so the page is fully reloaded. The form isn't shown, but only the success message. Then I select the same page in the navigation menu of the site again (as before), and the form is shown.
Just wondered if there is a time limit (for anti-spam or anti multi-submit) after submitting that is responsible for that behavior.
Best Regards Andreas
Hi Andreas
Ok, that is indeed really weird. What happens if you submit and then wait 5 minutes before you go back to the page again? Is it then still the same? In my ears it sounds like a bug but perhaps it's a good idea for you to test this scenario before reporting it.
/Jan
I observe the same behavior. The interesting thing is that if to delete a session cookie (should be done after submit but before you go back to form) the from is normally shown instead of success message. looks like the information about the necessity to display the success message is kept in the session. I wonder if anyone has a solution to this issue or has it been fixed already?
is working on a reply...