VERSION 1.1#
Anyone using VisioList .07 or older please update your core before applying this plugin
Install
1) if you use clean urls, add the following to your .htaccess file located in the topsite root
add the above under
Now your contact page is located at yoursite.com/sendmessage/
If you do not use clean url it is yoursite.com/?a=sendmessage
2) Upload the plugin via the plugin interface
3) Emails are sent to your admin email address as you have it set in admin -> settings
4) 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.
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.
If you encounter any bugs or have any feature requests let me know.
Updates
28.01.2013 - Now works when php safe mode is enabled
28.01.2013 - Success message was not working with clean urls enabled. Fixed
Planned Features
1) Next version: jquery validation[/php]
Anyone using VisioList .07 or older please update your core before applying this plugin
Install
1) if you use clean urls, add the following to your .htaccess file located in the topsite root
Code:
RewriteRule ^sendmessage/ index.php?a=sendmessage [L]
Code:
################ Beautify dynamic url sets
If you do not use clean url it is yoursite.com/?a=sendmessage
2) Upload the plugin via the plugin interface
3) Emails are sent to your admin email address as you have it set in admin -> settings
4) 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.
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.
If you encounter any bugs or have any feature requests let me know.
Updates
28.01.2013 - Now works when php safe mode is enabled
28.01.2013 - Success message was not working with clean urls enabled. Fixed
Planned Features
1) Next version: jquery validation[/php]
Attachments
-
3.5 KB Views: 78