search for: offer_reason_rejected

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

2006 May 10
2
gain value from form
I have the following form <%= start_form_tag :action => ''rejectQuoteSave'', :id => @project %> <p><label for="offer_reason_rejected"><span class="required">* </span>Reason</label><br/> <%= text_area ''offer'', ''reason_rejected'' %></p> <%= submit_tag ''Update'' %> <%= end_form_tag %> How can I gain the value of...