Hello, I’m running into an issue where an error message is displaying on the email field on page load before the user enters any text.
I have multiple page breaks in the form with conditional logic. The email field is on the last page. The error message fires when the user clicks the next button and the last page in the form appears.
I went through the documentation but haven’t found a solution. Below is a screenshot of the error message.
That messaging does not exist in Gravity Forms. Did you add “Sorry, the email address entered is not eligible for this form.” as a custom validation message somewhere? If not, then that is being returned by another plugin. If you’re not sure which plugin, you can use the conflict resolution steps to determine the cause:
@chrishajer - It’s not a custom validation message. Attached is a screenshot of the code. Would a plugin conflict add the gfield_error class to the field container?
@chrishajer - I believe I may have discovered the issue. I found the validation message in a file for the plugin Gravity Forms Email Blacklist. I’ll disable the plugin to see if that is indeed the issue.
@chrishajer - Confirming that the plugin “Gravity Forms Email Blacklist” was causing the issue. In summary:
When the email field is behind a “Page Break” with conditional logic, the error message “Sorry, the email address entered is not eligible for this form." might display on load without any user input.
I’ll reach out to the plugin developer to log the issue,.