Aug 8th, 2009, 12:58 PM
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.
- Ben
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