Forms

The forms must have the following structure and use the tags that indicate the form sections.

forms in figma

The [form-input-type] tag indicates the type of field, the type can be:

  • text
  • email
  • textarea
  • select
  • radio
  • checkbox

text, email and textarea

text, email and textarea only require a container [form-input-type] with auto layout and the placeholder [form-ph].

Select

You must use the following structure, it is important to add the options and hide them because they will be added to Bricks.

Radio

You must use the following structure, the circle check design depends on the browser.

Checkbox

You must use the following structure, the checkbox design depends on the browser.

If you are going to use the class workflow, you must add classes to the main element [form] contact {form-class}

PS: In the figma file you will find this ready-made structure that will save you time.