What security measures can be added or configured with FormToMail in order to avoid exploitation of forms by spammers and robots?
To increase the security you can put the delivery email address directly into the ASP file and remove it from the hidden field. You can do it by inserting these two lines on line #394: emailaddress = “youremail@sample.com” fromaddress = “youremail@sample.com” Note: Put your own email address in both places. Additionally, if you want to prevent automatic submissions you can add a security verification image (captcha) into your forms. We have a captcha extension here.
Related Questions
- What security measures can be added or configured with FormToMail in order to avoid exploitation of forms by spammers and robots?
- What specific security measures can be configured into FormToMail, that prohibit exploitation of forms by spammers and robots?
- WHAT SECURITY MEASURES TO AVOID UNAUTHORIZED OR STOLEN DATA ARE EMBRACED BY XSM?