Jun 7th, 2014, 7:17 AM
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/?pa...form_step2
All the best -
Ben
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/?pa...form_step2
All the best -
Ben