Hello All.
I have an online application form on the site. Coded in a mix of php, html, and java. Most of the input fields are required and validated. The application cannot be submitted unless all required fields have inputs AND at least 4 images are attached to the form. I test it on the site and its working properly. i.e. if you leave a required field empty and/or do not attach 4 images you get the error message popup and the form does not submit.
Problem is, some spammer is bypassing the validations on the page and is able to submit the form with empty fields and with no images attached. I have no idea how they are able to do this. Anyone have any ideas how that’s possible? How to stop it? Any help would be appreciated.
Thanks,
Peter