Closed (won't fix)
Project:
Webform
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Apr 2013 at 16:40 UTC
Updated:
28 May 2015 at 16:11 UTC
Jump to comment: Most recent
Comments
Comment #1
alex.87 commentedComment #2
quicksketchIf you've just hand-coded your form in your sidebar, I'd suggest using JavaScript to set the "action" property of your form when you click the submit button. Or just use JavaScript to set the window.location variable in the browser, which will do a redirect.
This question is generally not about Webform at all (at least you've figured out the part Webform is responsible for), so I'd encourage you to Google a script that will do this redirection for you. The Webform queue is for questions about Webform, not general coding questions.
Comment #3
knalstaaf commentedIn case someone is interested in a Q&D way to do this, you can start from here:
(Source)