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 | |
|---|---|---|---|
| |
.gitignore | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
| |
README | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
| |
about.yml | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
| |
app/ | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
| |
init.rb | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
| |
lib/ | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
| |
routes.rb | Thu Jun 19 07:28:49 -0700 2008 | [nick] |
README
MephistoFeedback
================
This mephisto plugin provides a mechanism for submitting feedback.
Once it is installed, run this from #{RAILS_ROOT}
<tt>script/runner -e production 'Mephisto::Plugins::Feedback::Schema.install'</tt>
Then, 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="/send_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.



