How do I print simple text to be a form value and make it non editable?
I am not looking for
<%= text_field_tag :something, nil, :readonly => true %>
I want it without a read only input box.
Like html and still get posted via the form.
<a id="something"></a>
1 Answer