0

I'm currently getting a message from the browser stating it wants to "Confirm Form Submission".

I have a three step form and the issue occurs when you click the Back button on step 3 of the form to go back to step 2.

The form is built using Drupal and it strictly utilize the HTTP post. I have read on different ways in solving this issue which were specified in the following post:

Preventing form resubmission

However, I'm looking if there is a way to fix the issue without having to re-write the entire form.

Community
  • 1
  • 1
Dani
  • 5,828
  • 2
  • 17
  • 21
  • After some research, it seems that i had to turn off form rebuild by specifying $form_state['rebuild'] to be false (i actually just have to comment out the rebuild line). However, i'm not able to determine how to move the user to the second step after the redirect. I need a way to store the step and retrieve it after the redirect. Thanks. – Dani May 01 '15 at 18:40
  • i ended up utilizing session to store values across the form. – Dani May 08 '15 at 23:33

0 Answers0