Email field

This field allows you to add an email address to the form. The following options are available:

  • Label
    The name of the field, visible in the form.
  • Description
    An optional description to provide further explanation of the field.
  • Placeholder
    A sample value that appears in the field when the form is being filled out, guiding the user on what to enter.
  • Required
    A checkbox that, when selected, makes the field mandatory for submission.
  • Regex
    Used for validating the field’s input. For example, you can use it to ensure an email address is entered correctly. If the input doesn’t match the specified pattern, an error message will prompt the user to correct it.
  • Tooltip
    Add additional information or help text to explain the field further.
  • Add condition
    Conditions can be set to either show or hide the field based on specific criteria.