search for: boader

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

Did you mean: loader
2006 Jul 08
4
Hidden fields in forms
Please can someone show me the correct syntax for a hidden field in forms, this is my code <%= start_form_tag :action => ''create'' %> <div class="form1"> <table width="auto" boader="8" cellspacing="5" cellpadding="5"> <% hidden_field ''line_item'', ''client_id'', :value => session[:client_id] %> <% hidden_field ''line_item'', ''product_id'', :value => 999999 %>...