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
Hi ! I working with umbraco 7.2.8 and umbraco forms. I need to call a webservices after sending the form, do you have any idea how to do this?
Thx.
Hi Fermado,
I have done similar thing with Campaign monitor you can see the workflow code here - https://github.com/Matthew-Wise/umbraco-forms-campaign-monitor/blob/master/src/Mw.UmbFormsCampaignMonitor/WorkFlows/PushToMarketing.cs
Hi Matthew
How do you know which is the class that runs when submit form? or are there some hooks?
Thx
Your class needs to inherit from WorkflowType, this will allow it to be picked up by Umbraco Forms and you can then add it to your workflow for that form via the UI.
You can read more on the documentation here - https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/Extending/Adding-a-Workflowtype
MAtt
Thank you very much I'll try and tell you how it worked
Matthew,
im Create the class but I do not know how to add it to the mail workflow I do not have any additional option to do it
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Forms Call webservice after submit
Hi ! I working with umbraco 7.2.8 and umbraco forms. I need to call a webservices after sending the form, do you have any idea how to do this?
Thx.
Hi Fermado,
I have done similar thing with Campaign monitor you can see the workflow code here - https://github.com/Matthew-Wise/umbraco-forms-campaign-monitor/blob/master/src/Mw.UmbFormsCampaignMonitor/WorkFlows/PushToMarketing.cs
Hi Matthew
How do you know which is the class that runs when submit form? or are there some hooks?
Thx
Your class needs to inherit from WorkflowType, this will allow it to be picked up by Umbraco Forms and you can then add it to your workflow for that form via the UI.
You can read more on the documentation here - https://our.umbraco.com/documentation/Add-ons/umbracoforms/developer/Extending/Adding-a-Workflowtype
MAtt
Thank you very much I'll try and tell you how it worked
Matthew,
im Create the class but I do not know how to add it to the mail workflow I do not have any additional option to do it
Thx
is working on a reply...