Closed (fixed)
Project:
Webform
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2005 at 16:39 UTC
Updated:
24 Jan 2007 at 22:31 UTC
For the redirect field, it would be great if it supported node redirects in addition to full URL redirects, this would make the forms more robust, say a domain name changed, or a subfolder was created, etc. Maybe use a special syntax for this, something like <^node/myNodeNameHere> or something similar so it can parse it? Or have an extra form field for inputing either a URL or a node and depending on whether that is empty or the text box is empty, logically figure out which one to use? Just a few thoughts :)
Comments
Comment #1
ullgren commentedThe way it behaved in the begingng was just like this.
But the downside of this was that if somebody just entered "Thanks" as a confirmation message webform tried to redirect the submitter to the URL http://example.com/Thanks
:-/
As you say a simple solution would be to add a extra field for redirect.
Comment #2
m3avrck commentedExactly. That is why I specified (looks like my post was parsed) to have something like:
<^node:thanks>That way they could have just a regular "thanks" but the above would be the delimiter to say wait, thanks is actually a node. Might be easier than the extra form field, just an idea (haven't looked at the code to determine which would be better).
Comment #3
m3avrck commentedAny update with this?
Comment #4
alexmc commentedI have a related question which may be connected to this "feature request".
I want to create heirarchical questionaires so that you complete a questionaire, and then based upon the answers within the user then gets to complete one of a number of different questinaires.
If there was just one further questionaire I suppose I could implement it with just a "forward to next node" but I suspect I may like it to be more complicated than that.
Comment #5
quicksketchThis feature has been added in 4.7 and 5.0 versions. See #88432.
Comment #6
(not verified) commented