Don't send field empty mail elementor

A common issue!

To prevent sending an empty mail element in Elementor, you can use the required attribute on the email input field. This will ensure that the form cannot be submitted unless a valid email address is entered.

Here's how to do it:

  1. Open your Elementor page and go to the section where you have the email input field.
  2. Click on the email input field to edit it.
  3. In the "Advanced" tab, scroll down to the "Attributes" section.
  4. Add the required attribute to the "Attributes" field. The code should look like this: required="required"
  5. Save your changes.

Alternatively, you can also use the "Validation" feature in Elementor to achieve the same result. Here's how:

  1. Open your Elementor page and go to the section where you have the email input field.
  2. Click on the email input field to edit it.
  3. In the "Advanced" tab, scroll down to the "Validation" section.
  4. Click on the "Add Rule" button and select "Required" from the dropdown menu.
  5. Save your changes.

By using either of these methods, you should be able to prevent the form from being submitted with an empty email field.