search for: suggestion_suggestion

Displaying 1 result from an estimated 1 matches for "suggestion_suggestion".

2006 Jul 27
2
setting initial text field values in a form
...on do |form| %> <label for="suggestion_title">Topic:</label><br/> <%= form.text_field :title, :size => 64 %> <label for="suggestion_email">Email:</label><br/> <%= form.text_field :email, :size => 64 %> <label for="suggestion_suggestion">Suggestion:</label><br/> <%= form.text_area :suggestion, :size => 1000, :cols => 48 %> <%= submit_tag "Send Feedback", :name=>"addsuggestion" %> <% end %> I would like to set the email address in the form field such that it displ...