Comdev - PHP Modules For Your Website
Fast Website Development with PHP Components
Visit Joomla@Comdev .





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){
line 16: case 'backpage' :
// to store the info on d last page
line 17:  include("home.assigndata.php");
line 18:  $i_page=$_SESSION['IPage']-1;
line 19:  $_SESSION['IPage']=$i_page;
line  20: $curr_page=$_SESSION['IPage']-1;

 

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.

  • Radio button
  • Check box
  • Multiple selection
  • Drop down list




Printer Friendly Version
Tell A Friend

Related FAQs In This Category

Unknown(common_footer.inc) error on Yahoo web server.

KB4201018 : Unable to export the data at the back end control panel of form designer module