This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
README | Wed Dec 10 18:04:36 -0800 2008 | |
| |
app/ | Wed Dec 10 18:04:36 -0800 2008 | |
| |
db/ | Wed Dec 10 18:04:36 -0800 2008 | |
| |
init.rb | Wed Dec 10 18:04:36 -0800 2008 | |
| |
routes.rb | Wed Dec 10 18:04:36 -0800 2008 |
vendor/plugins/mephisto_feedback/README
MephistoFeedback ================ This mephisto plugin provides a mechanism for submitting feedback. Just create a static page, set the Format to "Plain HTML", and paste this into it: <h3 id="respond">Send us feedback</h3> <form method="POST" id="comment-form" action="/feedback"> <p><input type="text" id="comment_author" name="feedback[name]" value="" /><label for="author"><small>Name</small></label></p> <p><input type="text" id="comment_author_email" name="feedback[email]" value="" /><label for="email"><small>Mail</small></label></p> <input type="hidden" name="feedback[key]" value="feedback" /> <p><textarea name="feedback[body]" id="comment" cols="100%" rows="10"></textarea></p> <p><input name="submit" type="submit" id="submit" value="Submit Feedback" /></p> </form> Save, and link. That's it, you now have a feedback form. Feel free to embelish.







