• I am using this plugin with CF7 and it works fine for the other fields, but the problem is if we enable it for forms then the email default error messages are not showing. And if write in custom error tab regarding email error messages then they are not save in the field and nor displaying click on the submit button.

    Please suggest some idea or fix this bug ASAP. I really need this now.

    Thanks in Advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same issue and could see that the developer had not replied.

    I had a look at the plugin code and seemed to have fixed the issue by removing a few lines of code.

    It seems that when saving the email error messages the code was only saving the “Error Message For Valid” field (this error message is used when an email field is not empty but the email address is invalid).

    There are only 2 files in the plugin folder. Locate the file named ‘cf7-custom-error-message.php’ and remove the else condition on line 128, make sure you leave the code inside the block though. In other words delete lines 128, 129 and 133.

    Please let me know if this worked for you.

    Thanks, this worked for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email default messages bugs’ is closed to new replies.