Back To List | Form Designer > Troubleshooting | Showing 2 Of 6 | Prev | Next |
In Form Designer v4.1, if you fill out the form all the way through to the end and then go back 2 pages and then forward again, the information in the last page will be lost..2006-09-05 |
The reason for this is because, once you have filled in the information in the last page and clicked on Back, the information will not be stored to the database. Therefore when you go back to that page, you will not be able to view the information again. To fix this, all you need to do is to add the code below to the line 17 of your oneadmin/formdesign/home.form.php file: include("home.assigndata.php"); Here is how the whole code should look like: line 15: switch ($pageaction){
However, for the four field types below, the information selected will be reset to the default value, which you have defined in the backend, if you clicked on the Back button.
|
|
|