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
Hello, Is it possible to send data from Umbraco Forms (using post) to a custom controller to be processed?
Hi Stan
It's possible to send a POST from code to another controller. Have a look how to do requests with c# - https://stackoverflow.com/a/4015346/2123476
If you want to do some calculations on forms submit - read docs how to use workflows - https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
Thanks,
Alex
Hi Alex,
The information provided is helpful! What I was checking to see if it was possible to submit (via post) to an Umbraco Form directly to a Surface Controller using the submit to a URL workflow.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
processing data from Umbraco Forms with Custom Controller
Hello, Is it possible to send data from Umbraco Forms (using post) to a custom controller to be processed?
Hi Stan
It's possible to send a POST from code to another controller. Have a look how to do requests with c# - https://stackoverflow.com/a/4015346/2123476
If you want to do some calculations on forms submit - read docs how to use workflows - https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Extending/Adding-a-Workflowtype
Thanks,
Alex
Hi Alex,
The information provided is helpful! What I was checking to see if it was possible to submit (via post) to an Umbraco Form directly to a Surface Controller using the submit to a URL workflow.
is working on a reply...