Invalid email syntax warnings need to be surpassable
-
Hi,
While I understand why [text* your-email] & the corresponding [your-email] is not a technically valid Reply-To field (as described on https://contactform7.com/configuration-errors/invalid-mailbox-syntax/ ), a lot of people prefer to have just one input field for contact info, to which the user can either type an e-mail, phone number or anything other in text.
Having the above field generate error warnings is a bit too much as this may be intended by the developer. Even if the admin would try to reply to an erroneous email address, he would get an instant error in his inbox.
Your current mechanism enforces using a different form field for the email, which means there needs to be another one for the phone number and maybe some other types of communication (like skype). Then the requiredness problem comes into play: when we have 2-3 fields for contact details, we can’t just allow the user to provide any 1 of the available contact forms. So if we need any contact info, we can’t do that with this set up and force the user to provide at least an e-mail address, which may not be desired. It’s all a big mess.
So, please disable sending e-mails for the invalid email syntax or make an option to disable these emails for people who just need a one simple field for any contact info. Let the developer use the form as he wishes in this regard please. Or just allow a text field for the Reply-To field but check in PHP if that’s a valid e-mail and if not, just skip it in the e-mail. Then everything will work fine.
- The topic ‘Invalid email syntax warnings need to be surpassable’ is closed to new replies.