Can Umbraco forms send form content to a "get" url when submitting?
And is it possible to name the parameter names in the call?
I also need it to send the user IP as last parameterin the call.
And it possible out of the box without coding something special?
Umbraco forms, post to url
Can Umbraco forms send form content to a "get" url when submitting? And is it possible to name the parameter names in the call? I also need it to send the user IP as last parameterin the call. And it possible out of the box without coding something special?
Hi Thomas,
There is a workflow that allows you to send the form's content to another URL, specifying the HTTP method as well: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Editor/Attaching-Workflows/Workflow-Types/#send-form-to-url
But you can also modify the Form markup for your specific theme (or form) as well, if that's a better solution for you - have a look here: https://our.umbraco.com/documentation/Add-ons/UmbracoForms/Developer/Custom-Markup/
/Chriztian
is working on a reply...