In general: choose the fields you want to have sent (making sure to give them the names expected by the API) and configure the settings according to how the data should be sent (e.g., get/post, JSON/form data/query string). And be sure to paste the URL you're sending to. This is what the config screen looks like:
"Send Data" handler
Is there a documentation for how to use Send Data handler. I have a form with fields that I need to send to specific URL.
Any guidance or link to doc/training would be much appreciated.
What would you like to know?
In general: choose the fields you want to have sent (making sure to give them the names expected by the API) and configure the settings according to how the data should be sent (e.g., get/post, JSON/form data/query string). And be sure to paste the URL you're sending to. This is what the config screen looks like:
Is there a way to see what the string looks like after submit button is hit? For debugging purposes?
Yes. Add an app setting to your web.config with a name of "Formulate:EnableLogging" and a value of "true" (all lowercase).
The data will then be logged to the Umbraco trace log file (in
~/App_Data/Logs/
).Perfect. I found the output that I was looking for and an error it was throwing!
is working on a reply...