The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Redirecting Users - 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: Redirecting Users (/showthread.php?tid=200) |
Redirecting Users - Prig - Jun 30th, 2009 I would like the two forms I'm using to store data in the same database. However since the forms are on two different sites, where the user is redirected after submission needs to be different. From the description of the pre-parser it sounded like I could accomplish this, but with my tests I couldn't successfully do this. Any ideas? Thanks. RE: Redirecting Users - Ben - Aug 8th, 2009 Hi Prig - Sorry! Somehow I missed your post! No doubt you've found some sort of solution by now, but for anyone else encountering the same poroblem: just add a hidden field to your form specifying the redirect URL. This lets you override the default "redirect URL" value for your form. Code: <input type="hidden" name="form_tools_redirect_url" value="http://www.yoururl.com" /> - Ben RE: Redirecting Users - Prig - Aug 28th, 2009 (Aug 8th, 2009, 12:58 PM)Ben Wrote: Hi Prig - Sorry! Somehow I missed your post! Hey Ben, I just tested this out today. Works great! Thanks again for all the help. RE: Redirecting Users - Ben - Sep 1st, 2009 No worries! |