/forms/{formId}/submitactions/{submitActionId}

Update the configuration of an existing submit action

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Unique identifier of the form that contains the submit action

integer
required

Unique identifier of the submit action to update

Body Params

Request payload for updating an existing submit action

string | null

Display name for the submit action

string
enum

Type of action to perform after form submission: 'default' for standard processing, 'message' to display custom content, or 'redirect' to navigate to a URL

Allowed:
string | null

HTML content to display to users (required when type is 'message')

uri | null

Target URL to redirect users to (required when type is 'redirect')

boolean | null
Defaults to false

Whether to append form submission data as query parameters to the redirect URL

logic

Conditional logic rules that determine when this submit action should be executed based on form field values

Responses

400

Invalid request data or validation failed

403

Access denied - insufficient permissions

404

Submit action or form not found

500

Internal server error during submit action update

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json