Resource icon

Contact Form 1.7

No permission to download
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
PHP:
################ Beautify dynamic url sets
On a new line below it, add the following. So the friendly url /sendmessage/ works
PHP:
RewriteRule ^sendmessage/ index.php?a=sendmessage [L]
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
Author
Mark
Downloads
147
Views
20,782
First release
Last update
Rating
4.50 star(s) 2 ratings

More resources from Mark

Latest updates

  1. Bootstrap 4 style compatibility

    Added bootstrap classes to HTML template
  2. Hotfix for version 1.6

    The email still included the spam control fields. These really are not needed in the email
  3. Support for ReCaptcha

    Added support for recaptcha Upload zip in plugin manager to have the database changes applied...

Latest reviews

Nice little contact form.
Working fine
Top