%= error_messages_for 'contact' %>
|
<%= text_field 'contact', 'name' %> |
|
<%= text_field 'contact', 'surname' %> |
|
<%= text_field 'contact', 'newname' %> |
|
|
|
<%= text_field 'contact', 'email' %> |
|
<%= text_field 'contact', 'url' %> |
|
<%= text_area 'contact', 'free_text', "cols"=>22, "rows"=>10 %> |
|
|
|
<%= collection_select(:contact, :contactgroup_id, @contactgroups, :id, :groupname, options ={:prompt => "Select a group"}, :class =>"contactgroup") %> |
|
|