Aug 28th, 2009, 6:05 AM
(Aug 8th, 2009, 12:58 PM)Ben Wrote: 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
Hey Ben,
I just tested this out today. Works great! Thanks again for all the help.