Using the Form element, you can collect information from your users which you can store in a database, and configure events on submit.
In this section, we’ll guide you through the process of setting up a form element and explain each configuration option in detail.
For the form element, you can configure the element properties, style, and events from the element settings.
The form layout is customizable and you can have any number of fields, specifying the type of each field.
For example, if you have a job board, each job detail page can contain a form through which visitors can apply for that job.
The Application Builder allows you to bind the text to data sources. This enables the text to update dynamically based on user input or application logic.
To add a form element, access the elements panel and select Form.
Once added, place the form wherever you want it on the page. Don’t worry if it’s not perfectly positioned initially; you can always move it later.
Learn more about how to add and remove an element from a page.
Now, you’ll configure the form’s properties to make it function and look the way you want. This involves settings related to form events (like what happens when it’s clicked) and its style.
Now, let’s see what element types are available:
In the General tab, you customize the submit button and button color.
You can enter static text as the Submit button value. However, if you’ve connected to a data source, all the fields from the data source will also become available for your choice.
You can easily modify the color in the Application Builder.
Navigate to the page where you can edit the heading you want to modify and select the heading element within the editor. Change the color of a heading element using the property within a General tab.
Click on the color picker or input field next to the color option.
Set the desired color of the heading using one of these methods:
Use a visual color picker tool to interactively choose a desired color.
Alternatively, you can inherit the default styles defined in the theme settings for a cohesive look.
In the Events tab, you can set where it’s going to be sent. To set the form’s destination, you have the following options:
Learn more about element events.