The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Form value not being held when navigating BACK - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8) +--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16) +--- Thread: Form value not being held when navigating BACK (/showthread.php?tid=1993) |
Form value not being held when navigating BACK - philou - Apr 20th, 2012 Hi, I am using Form Builder together with the default template. When navigating backwards on a 5-page form, the values of the page the user is leaving (e.g. leaving page 4 to return to page 2) is not being held. Pages 1-3 hold their info, but upon returning to page 4, all input fields on page 4 are empty. I have looked at the HTML and apparently the navigation is a simple <A> tag, without any obvious submission logic to it? On the other hand, I don't understand how the submit button of the form is working either since the form has no "action" Url to post to and the submit button is also outside of the <form> tags. I suspect some JavaScript being triggered, but I don't see which and where. If anyone can point me in the right direction I would be very greatful, because the form is already live and I can't take it offline anymore. Many thanks, philou |