Mar 17th, 2009, 10:26 AM
Hi Tony,
Hope all is well! Sorry for my absence in the forums of late, just finishing up a load of work.
Sure, you can do this by including a hidden field in your form called form_tools_redirect_url, like so:
That will then redirect to the appropriate URL. I use this feature all the time - very handy! (Come to think of it, though, I'm not sure where it's documented... hmm!)
- Ben
Hope all is well! Sorry for my absence in the forums of late, just finishing up a load of work.
Sure, you can do this by including a hidden field in your form called form_tools_redirect_url, like so:
Code:
<input type="hidden" name="form_tools_redirect_url" value="http://www.google.com" />
That will then redirect to the appropriate URL. I use this feature all the time - very handy! (Come to think of it, though, I'm not sure where it's documented... hmm!)
- Ben