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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.