I have an ASP web form that works like this:
1) User fills out form then hits send. This file has JavaScript validation on it
2) Information is passed to a form processing file that runs server-side to process information, generate, and send email.
I am getting spam and have determined that the spammer is somehow sending information straight to the form processing file bypassing my form file.
I have been looking around for an ASP verification script that will run on the processing file and send the user back to the form file is something is missing/incorrect. After sent back to the form file, there would be a line that says what needs to be completed (like you see in fancy corporate forms). However, I am unable to find anything that will do this.
Does anyone have an ASP script that will work?