No just a normal created form, from the backend.
I use the Workflow "When the form has been submitted".
I can see that contour enters the workflow, and set the e.Form.GoToPageOnSubmit to the pageid i want.
But it seams that contour ignores this, and uses what is set in the backend.
ok :) well setting the gotopage in the workflow won't do the trick, what you can do is move the workflow to approved stage and just to a redirect from inside the workflow
GoToPageOnSubmit
Hi there.
im having trouble getting the GoToPageOnSumbit to work
When debuging I can see that the value is update, but is always uses the value set on the Contour.
( code here http://pastebin.com/SNn7KaTA )
Comment author was deleted
Not sure what you mean here, code first form?
No just a normal created form, from the backend. I use the Workflow "When the form has been submitted".
I can see that contour enters the workflow, and set the e.Form.GoToPageOnSubmit to the pageid i want. But it seams that contour ignores this, and uses what is set in the backend.
The workflow code is in pastebin link.
I need the workflow to control where the user is redirected to.
Hope it makes sens :)
Comment author was deleted
ok could you try with this verison http://nightly.umbraco.org/Umbraco%20Contour/3.0.20%20WIP/ since there have been some change to how the record is passed around
Running Umbraco Contour version 3.0.20 WIP
Now it never hits the workflow.
Comment author was deleted
ok :) well setting the gotopage in the workflow won't do the trick, what you can do is move the workflow to approved stage and just to a redirect from inside the workflow
Bummer... Im using this stage to actually determind if the form sould be appoved now, or redirected to a payment page.
But ok, i will redirect the user to my payment handler, and there redirect to the lanugagepage.
So now, this thread has been change to a feature request. :)
I like to be able to change the Goto page on submit in the workflows :)
Comment author was deleted
Yeah will look into it :) could you add to http://issues.umbraco.org/issues/CON
Done - thanks Tim..
is working on a reply...