Formmail setup, asp enabled server, need a way to make it so that the user is unable to submit that form more then one time from their ip. (or computer, or browser session, anything)
Would really appreciate some "drop in" code or a pointer.
I did do some looking around on the net and found a bit out there about setting a cookie and then having the form check for the cookie before it submits but i am out of my element on this stuff.
Any help greatly appreciated. Thanks
Is it people or bots you are having trouble with? Maybe using a captcha image will cut down on abuse if its bots. Thats not going to be easy though, nor will it be drop in code.
How would I go about having the form set a cookie and then also check for it before submitting.
Thanks again for all the help everybody.