The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
not getting to confirmation page... - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: not getting to confirmation page... (/showthread.php?tid=703) |
not getting to confirmation page... - anton@mojo.org - May 16th, 2010 Hi guys, Here's the issue: I can submit a fomr, the data ends up in the Db (nice), but the page does not redirect to the confirmation page. I've disabled all the emails I had set up, and the page only refreshes down to the php block below, and no further, and doesn't go on to the confirmation page.[/code] I'm so impressed with this product, you have no idea. Other than this, o'course. ![]() Code: <?php RE: not getting to confirmation page... - Ben - May 18th, 2010 Good thinking on disabling the emails - that's the usual culprit. (I MUST finish that email template validation code for the next beta.... argh). Since the data's getting into the database, we now that the ft_api_process_form is doing it's job at least THAT far. Couple of things to check first: 1. Double check that that block of PHP you quoted above appears before anything that's actually outputted into the page. In other words the opening <?php should be the very first 5 characters in the page - not even a space before it. 2. Try loading your registrationconfirmation.php page in your browser. Is it in the same folder as the previous page? Does it load up properly? Failing that... what happens, exactly? The page just reloads? You should also double check that the form submit button on that page has name="Register" (the case is important). Let me know how it goes! I'm sure it's just some little thing like the above. - Ben RE: not getting to confirmation page... - anton@mojo.org - Jun 16th, 2010 Ben. Can I tell you that I love you and want to have your children? Item 1 sorted me out nicely! Thanks! RE: not getting to confirmation page... - Ben - Jun 19th, 2010 Hahah :-) Excellent, I'm glad it got fixed! - Ben |