Creating a custom Form with React

First off, I need more customizability for a form which will create items in a Monday board so I am wanting to create my own in react. I am wondering if it would be best to create my own web app and use Mondays API to send data to a Monday Board OR if it is possible to add this react code to a Monday App so the form is hosted on Monday. If the ladder is the best route when I am creating an app I am unsure if this is considered an integration or board view. Also do you guys have open source code for your current integrated form? I would love to have a nice boiler plate to build off.

Hello @Connorh and welcome to the community!

I hope you like it here :muscle:

To answer your questions:

  1. You can create your own form in React and show it in a board view / item view / dashboard widget (these are features inside of a monday.com app)
  2. You can also show this custom form by your own and then just use our API to get the data into monday boards
  3. We do not have open source code for monday workforms at the moment.

You have to decide which path you prefer here.

Let us know if you have any other questions :slightly_smiling_face:

Cheers,
Matias

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.