The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
|
Different thankyou page for each form - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: Feature Suggestions (https://forums.formtools.org/forumdisplay.php?fid=7) +--- Thread: Different thankyou page for each form (/showthread.php?tid=3058) |
Different thankyou page for each form - tdamary - Jun 2nd, 2014 Hey, Sometimes I am creating 'new customer' in form tools, but having two landing pages which need to be redirected after submission to different thankyou page. I think it can be great if we have the option to select from the form code where the redirect will be to. Tal RE: Different thankyou page for each form - Joe - Jun 5th, 2014 Great suggestion. We will definitely consider this option. Cheers, Joe RE: Different thankyou page for each form - Ben - Jun 7th, 2014 Hi tdamary, Do you need this for your internal or external forms (i.e. did you create them yourself?). If they're external, you just need to add a <input type="hidden" name="form_tools_redirect_url" value="[your url]" /> hidden value to your form. That will override the value stored in the Form Tools form configuration and use that instead. A common technique is to change that value with javascript, depending on what the user enters. That let's you customize the thankyou page. See the "Redirect URL" item here: http://docs.formtools.org/userdoc2_1/?page=add_form_step2 All the best - Ben RE: Different thankyou page for each form - ConnieKeefe - Dec 25th, 2014 Cool! Will definitely take that into consideration. Cheers, Joe |