Disabled form elements are not submitted. You can try with readonly="readonly"
That may or may not work, you'll have to test it out. The other option is to enable the input element just before submitting the form (use Javascript to enable it). On 09 Feb 2009, at 16:00, Mathieu Rousseau wrote: > Setting a HTML element (textarea, select, input...) as disabled > would not skip this element from being submitted?? > > On Mon, Feb 9, 2009 at 9:49 AM, Peter De Berdt <[email protected] > > wrote: > > On 09 Feb 2009, at 10:24, sam rlo wrote: > >>> HTML property is disabled="true" >>> >>> If you don't know how to specify HTML options, look at the api > > The correct notation is: > > disabled="disabled" > > as defined by the API at http://www.w3schools.com/tags/att_input_disabled.asp > and http://www.w3schools.com/tags/att_option_disabled.asp Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

