Special form fields

Hi there.
I’m trying to build a form (long one) containing not just single or multi-line fields, but also drop-downs, on&off, etc. While building the form, I don’t understand how to implement these “special” fields into the form. I downloaded the components from the marketplace.
Thanks.

There are 2 ways to do this.

  1. Build the form yourself from scratching using the neecesary components such as “Text input”, “Select”, “Toggle”. Then with the final “Submit” button you would have to create an action to create a record and then manually enter all the text fields to the fields associated in that collection.

  2. The second (easier) way is to use the form component. Select which collection this is a form of and by default all options will be there that you have set up in your collection. For example:

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