The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
[FIXED] non-valid entries return empty form - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: API (https://forums.formtools.org/forumdisplay.php?fid=17) +--- Thread: [FIXED] non-valid entries return empty form (/showthread.php?tid=196) |
[FIXED] non-valid entries return empty form - sergiozambrano - Jun 30th, 2009 All fields are empty when validation returns the form to the first (the one) page. Thank you page is displayed correctly and submission is successful if form is validated. Error message shows fine. You can see it working at http://seosumo.com/who-we-are/contact (it's an iframe, because self-submitting the form didn't work due to permalinks / rewrite on wordpress page) my form is PHP Code: <?php RE: non-valid entries return empty form - sergiozambrano - Jul 1st, 2009 I forgot… Error messages (validation) work fine. They are there when the page is reloaded, and even before and while the non-valid form is submitted. When the page refreshes the content is gone. RE: non-valid entries return empty form - sergiozambrano - Jul 4th, 2009 Any ideas how to prevent the form to be cleared when validations brings me back to the form? [STILL NOT WORKING] - sergiozambrano - Aug 14th, 2009 Followed the instrucions here http://forums.formtools.org/showthread.php?tid=215 no success. New code stilll submits if everything is fine, but returns an empty form from invalid submissions. Form is filled in ONLY when page is left and re-browsed. PHP Code: <?php RE: non-valid entries return empty form - Ben - Aug 16th, 2009 Hi Sergio, Sorry you're still having trouble with this. As mentioned in another post on the same topic, I wasn't able to get to the bottom of it - for some reason process.php isn't setting sessions on your server. If this is an absolute show-stopper for you, email me at ben.keen@gmail.com with your FT, form URL and Form Tools login information and I'll see if I can find out anything more. Just a warning, though - I'm REALLY busy these days, so it may take a little time to get to it. - Ben [SOLVED] - sergiozambrano - Aug 18th, 2009 Here's the solution right from Ben Keen http://forums.formtools.org/showthread.php?tid=243&pid=1009#pid1009 |