Form resubmit on refresh page

Hello,

I know that I have read about the solution to the problem, but I have searched and searched again - to no avail.

If I submit a form, and then refresh the page, the information will be resubmitted. How can I stop this from occurring?

Thanks, and sorry for a repeated question.

Erik

Hello,

I know that I have read about the solution to the problem, but I have searched and searched again - to no avail.

If I submit a form, and then refresh the page, the information will be resubmitted. How can I stop this from occurring?

In the action that processes the form submission, do a redirect_to.

Fred

Thanks again Frederick.