-
jose.l.geaAsked on April 30, 2021 at 12:46 AM
Hello. How can I activate or deactivate a form through the API?
Maybe modifying some property of the form using "PUT /form/{id}/properties" (add or edit properties of a specific form)?
If so, what property would it be?
Thank you.
-
Billy Jotform SupportReplied on April 30, 2021 at 9:14 AM
Hi there!
I hope you're doing well during these trying times.
I've checked our API documentation(it's a good read!), however, it appears that we may need to add more information about enabling/disabling forms through API calls. Fortunately, we have a dedicated team that can provide answers to your question. Kindly send them an email at api@jotform.com.
Should you need further assistance, please don't hesitate to contact us back.
Have a nice day and stay safe and healthy.
Regards,
Billy
-
cem Jotform DeveloperReplied on November 6, 2023 at 11:41 PM
Hey jose.l.gea,
You can send 'status' property as 'Disabled' or 'Enabled' via a POST request to '/form/{id}/properties' endpoint. If you also need help for updating form properties, please check https://api.jotform.com/docs/#post-form-id-properties for instructions.