HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Contact 1.4

A Contact Form that anyone can access to leave info and a message.

Thanks to peregrine for the missing link to this puzzle :)

This form is an open form , people do not need to be signed in to send a message leave info or feedback. It puts a link on the menu to the contact form page. It has a Locale.

You could use a smtp set in the dashboard . It uses the support address you configured . Located in your config.php :

$Configuration['Garden']['Email']['SupportAddress'] = '[email protected]';

If you want to make your form only accessible to logged in users please follow the directions in this discussion, on how to modify the plugin to achieve this:

http://vanillaforums.org/discussion/comment/196991/#Comment_196991

Version 1.4 fixed some css to work better with 2.1.
Version 1.3 Removed the admin.css stylesheet to avoid it bleeding through to the front end
Version 1.2 Added a Checkbox Submitter-Bot input to prevent spam email by bots.
Version 1.1 added pretty url so the url will be /contact instead of plugin/Contact

Tested on Vanilla 2.2

Screenshots

Questions