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
In Umbraco forms, there is workflow type to "Post data to Url".
Is there sample code available to refer. I am looking for
Umbraco Forms send the forms data as JObject in the Request Body.
Here is a basic example for an UmbracoApiController:
public class FormsController : UmbracoApiController { [HttpPost] public void MyCustomFormsLogic([FromBody]JObject data) { } }
Hope this helps?
Best, Sören
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco forms Post data to Url
In Umbraco forms, there is workflow type to "Post data to Url".
Is there sample code available to refer. I am looking for
Umbraco Forms send the forms data as JObject in the Request Body.
Here is a basic example for an UmbracoApiController:
Hope this helps?
Best, Sören
is working on a reply...