Hello, forms are working fine, but every time a form is sent, I got an extra email with blank fields, like this:
name {name}
Email {email}
city {city}
phone {phone}
message {message}
it's a server issue? thanks
name {name}
Email {email}
city {city}
phone {phone}
message {message}
it's a server issue? thanks
Hi,
Try to add some kind of security check to the form like a captcha, empty emails are usually triggered by accessing the submit url directly, this will not happen if you have a captcha check.
You may also try the the "Check Token"
Regards,
Max
Try to add some kind of security check to the form like a captcha, empty emails are usually triggered by accessing the submit url directly, this will not happen if you have a captcha check.
You may also try the the "Check Token"
Regards,
Max
This topic is locked and no more replies can be posted.