Displaying 1 result from an estimated 1 matches for "updatetags".
Did you mean:
update_tags
2006 Aug 05
0
Adding quotes around a text field
...#39;'d like to alter my
code so it automagically adds quotes on either side of whatever they
submit. I haven''t the foggiest idea where to start.. Here is the code
I''m working with:
<%= start_form_tag :controller =>''stores'', :action => ''updatetags'' %>
<%= text_field ''store'', ''store_tags'' %>
<%= submit_tag "Add" %>
<%= end_form_tag %>
Can anyone help me?
--
Posted via http://www.ruby-forum.com/.