Reputation: 1364
IN my contact form 7 field are available in that some field are not mandatory. when i put blank this field in email label of field is included. (check below email format):
Name : bhavin
address : address1
phone no :
Email address : [email protected]
...
Required format : when i dont enter value in phone no field at this time below email format send to email id
Name : bhavin
address : address1
Email address : [email protected]
...
How it is possible..?
Upvotes: 1
Views: 749
Reputation:
Yes that is running perfectly because if field not required then no value need to send email, here blank email will send to administrator on given mail id from backend.
Upvotes: 1