search for: henrywagner

Displaying 1 result from an estimated 1 matches for "henrywagner".

2008 Mar 05
1
Using form fields that arent in database
Basically I need to know how to use forms fields when the attribute name for it doesn''t match a field in my database. I have a form like this. <td><%= date_select ''assessment'', ''ends_at_date'', :value => "Click here..." %> <%= time_select ''assessment'', ''ends_at_time''%></td> My