I’m new to Monday and trying to evaluate if it suits the needs of my company. I love the form feature that Monday offers and I’m wondering if anyone knows whether it’s possible to submit data to forms in a custom way.
For example, hubspot offers a way to do it and there’s a react package which makes it easy: react-hubspot - npm
This is also possible with Mailchimp by doing a post-json
request to the form URL. Is something similar possible with Monday?
The reason I ask is because the intake form my company uses has some complexity to it (it changes based on the answers the user fills out) and I can’t encode that complexity with the default form that’s provided by Monday.