I need my Umbraco Form to output data to a templated XML file and then post to a 3rd party URL.
I am wondering how to map the fields to my particular XML file from within the form settings and/or with my XML file. I can't seem to figure out how to connect the two.
How to format XML POST from Umbraco Forms
Hi there,
I need my Umbraco Form to output data to a templated XML file and then post to a 3rd party URL.
I am wondering how to map the fields to my particular XML file from within the form settings and/or with my XML file. I can't seem to figure out how to connect the two.
Thanks so much for any help in advance.
-Amanda
Hello Amanda,
You can use one of the Workflows to help you do this as needed once the form has been submitted.
If this does not suit your needs then you can create your own custom workflow to meet your exact requirements.
https://our.umbraco.org/documentation/products/umbracoforms/developer/Extending/Adding-a-Workflowtype
Thanks,
Warren
is working on a reply...