I want to add some custom fields using the post to url workflow.
Where can I get a copy of that workflow to edit? Or how does it handle the posting of the form.
Also, I've seen a few posts about posting the form to an external url, does anyone have an example of that, where you are redirected to the external url. Basically a simple form post, but dynamically post the contour data and redirect. None of the examples I've found seem to work.
I need to post to a payment provider, I 've seen an example for nextbanx which seemed to response write a form to the page and submit it with javascript. I can't get that part to work. Any suggestions, I'm sure this would be a useful workflow for others?
Custom workflow post to url or external url
I want to add some custom fields using the post to url workflow.
Where can I get a copy of that workflow to edit?
Or how does it handle the posting of the form.
Also, I've seen a few posts about posting the form to an external url, does anyone have an example of that, where you are redirected to the external url. Basically a simple form post, but dynamically post the contour data and redirect. None of the examples I've found seem to work.
Comment author was deleted
Hey,
Sourcecode for all default providers is available here http://our.umbraco.org/FileDownload?id=5060
So you can update the existing one :)
If I wanted to also redirect, is that possible?
I need to post to a payment provider, I 've seen an example for nextbanx which seemed to response write a form to the page and submit it with javascript. I can't get that part to work. Any suggestions, I'm sure this would be a useful workflow for others?
Comment author was deleted
Haven't done that but should be possible, you can place a form in edit mode by passing it the record id
is working on a reply...