Hello,
while designing a form with the form_for tag, I m not being able to
hide my text fields. Here is an excerpt of my code :
<% form_for :foo, @foo, :url => { :controller=>“foo”,:action =>
“create” } do |f| %>
The hidden attribute is not being taken into consideration and my
fields are still visible.
Can anyone help with that.
Regards,
Joel