Confirm Form Resubmission

Mb _Krishna asked on February 23, 2017 09:29

I have a page that shows list of links blog post. On click of one of those links ,Blog post page is opened. Now when I click back button on browser it says "Confirm Form Resubmission".Is there any workaround for this form submission issue ?

Recent Answers


Brenden Kehren answered on February 23, 2017 14:37

Wrap the form in an update panel. This seems to handle most issues for that.

1 votesVote for this answer Mark as a Correct answer

Zach Perry answered on February 23, 2017 16:50

Do you have a filter on the page with the list of blog posts?

1 votesVote for this answer Mark as a Correct answer

Peter Mogilnitski answered on February 23, 2017 18:01 (last edited on February 23, 2017 18:03)

This means you did some search on your page before and you used POST to submit your data (for example blog filter always does POST). if you use GET will not have this problem. Make sure that universal pager paging mode is "query string"

1 votesVote for this answer Mark as a Correct answer

Mb _Krishna answered on March 3, 2017 06:56 (last edited on March 3, 2017 06:57)

Yes, we are using smartSearch filter to search and filter the blogs and we have a pager webpart at the bottom and a specified number of blogs is specified on each page. Although wrapping it up with updatepanel( webpart>configure) resolves the issue of resubmission, the page always redirects to page1 from blog. for instance , if I click on a blog in page3 and click back it redirects back to page 1 not page 3

0 votesVote for this answer Mark as a Correct answer

ankit saini answered on June 6, 2018 10:05

Which types you are seeing at this home page are not enough happy wheels online but when we try to more search for it then easily can see lots of old version come in our knowledge and they make lots of records after launch it for the good entertainment.

0 votesVote for this answer Mark as a Correct answer

Mohanvenkat Patta answered on June 10, 2018 08:21

By using Post/Redirect/Get method we can fix this issue. I use this method, First, collect the data using a form after submitting it redirect the action page to Action successful message page. This prevents the page from taking the data again and again.

We can also delete no-store from header to prevent this error. For working examples and more methods for solving this visit: Confirm Form Resubmission

Hope this helps.

2 votesVote for this answer Mark as a Correct answer

Simran Verma answered on August 11, 2018 17:38

Fix confirm form resubmission error

  1. Check your Internet Connection
  2. Add “Get” in Place of “Post” in Form
  3. Clear Browser Cache and Cookies

If you still get error, then read this guide. Click Here

It's working for me :)

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.