Forum Moderators: phranque
Over the past 30-45 days, we seem to have been included in an auto submission type software and are getting at least 1-2 irrelevant submissions a day. It's not a big deal to just delete them, but we want to prevent this from escalating.
I've looked at one option that is an image generation program that prevents automatic form submissions by robots. I'm wondering if there is something less tech oriented that we can do to stop these submissions.
I can always play cat and mouse and make certain fields required to prevent the submissions, but I have better things to do with my time. Any suggestions? We are on a Windows 2000 Server with IIS 5 and I do have access to an asp programmer. Is there anything I can do with html or a download script that will work without server configuration?
rcjordan, unfortunately I'm not the tech head just yet, but I'm learning.
WG, your solution sounds like the simplest one for someone like me until I can get my programmer involved. What would that hidden field look like? For example, this is one that I use to log IP addresses...
<input type="hidden" name="remote" value="<%=request.servervariables("remote_addr")%>">