Why is the error "At least one email input is required on this page" displayed on my page?

In this article, you will learn the reasons why the error "At least one email input is required on this page" is displayed on one of your pages.

To get started, you will need the following:

When you encounter the message "At least one email input is required on this page" on one of your pages, it typically indicates one of two possible errors on your page:

  1. The "Email" field is missing on your form. 
  2. A button's action is not configured correctly. 

1. The "Email" field is missing on your form:

When you select "Send form" as the validation action for your button (number 1 in the image), there must exist a form field where your contacts can input their email address (number 2 in the image).

It's also important to ensure that the "Input type" is correctly configured as well.

2. A wrong configuration for a button's action:

If you select "Send form" as the button's action, an email input field must be present on the form as well.

Therefore, you should carefully review the chosen action for the button. If the intention is not to capture a contact's email, you must modify the button's action accordingly, otherwise, you will receive this error message.


To configure your button correctly, please refer to the following article: 

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.