- Compatible With Version
- 0.9+
- Supported
- Yes
Adds a simple contact page that is easily customized via template.
Contact page is located at yoursite.com/sendmessage/
If you do not use clean url it is yoursite.com/?a=sendmessage
Installation
1) Upload the plugin via the plugin interface
2) Emails are sent to your admin email address as you have it set in admin -> settings
3) if you want to add more form fields, open sendmessage.html and add your HTML, the PHP will auto detect, sanitize it, and include in your message.
4) Open on ftp the file .htaccess ( same place where settings_sql.php is )
Find this line
On a new line below it, add the following. So the friendly url /sendmessage/ works
I have some passive spam prevention in place that has worked very well for me in the past without bothering users with captcha images etc.
However for those who wish to use ReCaptcha, the option is now included via admin settings -> contact settings
If you encounter any bugs or have any feature requests let me know.
Update from previous version
If you update from a version before plugin version 1.6, please follow this update instructions: http://visiolist.com/community/resources/contact-form.10/update?update=149
Contact page is located at yoursite.com/sendmessage/
If you do not use clean url it is yoursite.com/?a=sendmessage
Installation
1) Upload the plugin via the plugin interface
2) Emails are sent to your admin email address as you have it set in admin -> settings
3) if you want to add more form fields, open sendmessage.html and add your HTML, the PHP will auto detect, sanitize it, and include in your message.
4) Open on ftp the file .htaccess ( same place where settings_sql.php is )
Find this line
PHP:
################ Beautify dynamic url sets
PHP:
RewriteRule ^sendmessage/ index.php?a=sendmessage [L]
However for those who wish to use ReCaptcha, the option is now included via admin settings -> contact settings
If you encounter any bugs or have any feature requests let me know.
Update from previous version
If you update from a version before plugin version 1.6, please follow this update instructions: http://visiolist.com/community/resources/contact-form.10/update?update=149