Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey there have been looking around at the best way to achieve this.
Basically what I needed to do was after a contour form has been submitted was to redirect the user to an external link.
Currently there is only the message/content page/xpath options available. What might be the best way to achieve this?
Adding a new workflow type?
Some sort of event that I can hook into?
Any help would be appreciated. (this is on contour 3/umbraco 4.7)
Comment author was deleted
Easiest might be to hook into the submit event and perform the redirect
Event is found in Umbraco.Forms.Core.Services.RecordService.RecordSubmitted
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Redirect to external link after form submission
Hey there have been looking around at the best way to achieve this.
Basically what I needed to do was after a contour form has been submitted was to redirect the user to an external link.
Currently there is only the message/content page/xpath options available. What might be the best way to achieve this?
Adding a new workflow type?
Some sort of event that I can hook into?
Any help would be appreciated. (this is on contour 3/umbraco 4.7)
Comment author was deleted
Easiest might be to hook into the submit event and perform the redirect
Event is found in Umbraco.Forms.Core.Services.RecordService.RecordSubmitted
is working on a reply...