Hi all, I have a problem with my : Contact Form.
I created a start page containing the html necessary to stylize my Contact form, the submit button and I added the necessary fields that the user must fill in order to send an email to my site, such as: Name, Surname, telephone ...
For each field I put the Validation request, as a condition, to prevent the user from sending an email without the necessary fields filled in.
However, the problem that afflicts me is that despite the validation request, if you try to click on the submit button several times, the form still sends an email with empty fields, thus creating a large amount of emails received.
How can I fix?
I created a start page containing the html necessary to stylize my Contact form, the submit button and I added the necessary fields that the user must fill in order to send an email to my site, such as: Name, Surname, telephone ...
For each field I put the Validation request, as a condition, to prevent the user from sending an email without the necessary fields filled in.
However, the problem that afflicts me is that despite the validation request, if you try to click on the submit button several times, the form still sends an email with empty fields, thus creating a large amount of emails received.
How can I fix?
when you click "submit" while the fields are empty, does the form refresh (change the page) ? if yes then there is a problem with your form setup
You need to login to be able to post a reply.