Send a copy of the form's data as an XML HTTP POST web request.
Great care should be taken when posting data to another system - the more systems data is stored in, the harder it will be to erase that data if required to by data protection regulations.
Properties
Label | Description | Type Name |
---|---|---|
Timeout (ms) | Timeout for request in milliseconds | TIMEOUT |
URL | URL to send the request to | URL |
Documentation | Add documentation to your field to help explain any complex functionality to future users. You might include information on what the field does and how it relates to other fields on the form. Notes added here are only ever visible in the Forms Designer, they can be searched for, viewed and downloaded from the action panel. See Common Field Properties for an example | DOCUMENTATION |
Action Results
The following can be accessed using .utilGetActionResults once the action has been processed.
"FIELDNAME": {
"eventId": "1027",
"success": "true"
}
Last modified on March 02, 2022