|
FQ formMail & hidden email possible?
I'm using FQ's serverside formMail at /cgi-sys/mailform. How do I keep my email address hidden on the html source code? Right now i have it converted to ASCII code which is functional, but is pretty easy to crack...
<form action="/cgi-sys/mailform" method="post">
<input type=hidden name="recipient" value="contact-us-...it's quite long" />
|