Hi,
I am working on a 5 page multipage form for the booking of a conference and it is working quite well, at least when it is used the supposed way ;-). On the last form page there is only some php code which calculates a price based on form input, displays it and puts it via a hidden field into the database (I know, bad design, but it gets checked manually anyway, and its not for tech savvy users, but a very small closed user group). The calculated price is converted into a variable {price} in the mother forms on submit-code section which is used then in the email, that is send to the user. So far, so good. Did several Tests, all worked fine (for me).
I've put it productive and recognized users that have no price in the database. However, I got no complaints about missing price information and tried to find out what happened. I managed to provoke the sam effect, when I fill out all the form, get to the last page and press the browsers back button to get to a former page, maybe to correct some value or the like, and then use the child forms submnit button. Then the email will be sent, with the correct price in it, but its not getting into the database.
How can I change this disturbing behaviour? Will the navigation feature get me out of this mess?
Cheers, Stefan
I am working on a 5 page multipage form for the booking of a conference and it is working quite well, at least when it is used the supposed way ;-). On the last form page there is only some php code which calculates a price based on form input, displays it and puts it via a hidden field into the database (I know, bad design, but it gets checked manually anyway, and its not for tech savvy users, but a very small closed user group). The calculated price is converted into a variable {price} in the mother forms on submit-code section which is used then in the email, that is send to the user. So far, so good. Did several Tests, all worked fine (for me).
I've put it productive and recognized users that have no price in the database. However, I got no complaints about missing price information and tried to find out what happened. I managed to provoke the sam effect, when I fill out all the form, get to the last page and press the browsers back button to get to a former page, maybe to correct some value or the like, and then use the child forms submnit button. Then the email will be sent, with the correct price in it, but its not getting into the database.
How can I change this disturbing behaviour? Will the navigation feature get me out of this mess?
Cheers, Stefan