Skip to main content

Can I change the default status of a form?

By default, status 0 is assigned to form responses.
If you want to change the default status, set the assign_status parameter in the InquiryMessage::send endpoint.

Setting

In the endpoint settings of InquiryMessage::send, set the assign_status parameter to the desired status value.
The response will then be registered with the specified status.

Image from Gyazo

Note that the assign_status cannot be specified as a query parameter in the API request.
If you want to assign different default statuses depending on conditions, prepare multiple InquiryMessage::send endpoints with different assign_status values, and use custom functions to switch which endpoint is used for form submission.


Support

If you have any other questions, please contact us or check out Our Slack Community.