• | Protect email templates
Store email templates in separate .htaccess protected directories preventing them from outside browsing. |
• | Protecting form from bots and auto-filler scripts
In order to protect your form from automated submissions by bots and auto-filler scripts you can use CAPTCHA feature. It will include graphical image with certain symbols that only human can read and type into special verification field. |
• | Use absolute paths in HTML templates instead of relative
You may store file with the first page of the form separately from other files.
You can easily store each HTML template in a different folder. Therefore relative paths to the same files may differ. So, specify absolute paths in all links, images etc. on your form pages. Otherwise, all relative paths would be relative to Form Processor Pro, but NOT to the page of your web-site. |
|