Control form settings and fields
We’ve added new methods to manage form settings using the Designer API. This means you can now create forms using the element creation methods with the FormForm
element preset. Once the form is created, or if you already have a form created, you can use the new methods to manage the following settings:
- Name: the name of the form
- Redirect URL: the URL to redirect to after the form is submitted
- Action: the URL to send the form data to
- Method: the HTTP method to use when sending the form data
Form settings
Form fields
Additionally, you can manage required fields on forms.