PDA

View Full Version : Secure contact form script (simple to set up)


Cris
14-07-2007, 04:29 PM
Hi, I am trying to find a secure contact form script that includes capthca or similar.

Thanks.

siphilp
14-07-2007, 04:40 PM
looking at php or asp/asp.net?

Mark Voss
14-07-2007, 04:43 PM
Do you really need to use a captcha?

I usually just check that the form was submitted from the domain and compare the sessionID of the sending page and form handling page.

siphilp
14-07-2007, 04:47 PM
Do you really need to use a captcha?

I usually just check that the form was submitted from the domain and compare the sessionID of the sending page and form handling page.

Oh yeah forgot about that. ^Mark has an interesting article on his blog regarding asp and encrypting the sessionid and comparing. I used it on my previous version of my site. Worked really well....

http://www.markvoss.net/default.asp?Display=21