I have created a table containing all the fields which I wanted. In other words, I customized my own form. But, I do not want the form to be auto-generated. How do I put my customized form in the new.rhtml? <table cellpadding="2"> <tr> <td><h3>Course Details:<h3></td> </tr> <tr> <td><p align="right"><font color="red">*</font>Course Code:</p></td> <td><%= text_field "course", "course_code", :size=>"5" %></td> <td><p align="right"><font color="red">*</font>Course Name:</p></td> <td><%= text_field "course", "course_name", :size=>"30" %></td> </tr> <tr> <td><p align="right"><font color="red">*</font>Programme Code:</td> <td><%= text_field "course", "programme_code", :size=>"5" %></td> <td><p align="right"><font color="red">*</font>Programme Name:</td> <td><%= text_field "course", "programme_name", :size=>"30" %></td> </tr> ... </table> also, i handled errors in model>course.rb but it doesn''t come out as it does using the default rails form. help please! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---