Displaying 1 result from an estimated 1 matches for "update_contact".
Did you mean:
update_contract
2005 Dec 31
7
Dynamic form? Not really!
...wer I''m possibly missing and stuborn as I
am trying to do myself?
I was wondering if the first part of the form can simply be put in the loop
somehow and still be a dropdownlist. So if anybody wants to shoot, here''s the
form code:
<%= start_form_tag :action => ''update_contact'', :id => @contact %>
<table border="0" cellpadding="3" cellpadding="0">
<tr>
<th>Field</th><th>Contents</th>
</tr>
### First part - My ''manual'' coded stuff
<% odd_or_even = 0 %>
<...