search for: sign_select

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

Did you mean: nin_select
2007 Nov 08
0
Models for external REST services
...t; <br> <%= f.text_field :mobile_field1%> # by the way, I get an error if I try to pass options to the textfield <%= f.text_field :mobile_field2%> # error says the method just recieves 2 arguments <%= f.text_field :mobile_field3%> <%= select_tag("sign_selection",options_for_select(@signs) ) %> <%= image_submit_tag("/images/ subscribe_now_btn.gif", :border=>0)%> <%end%> # end snippet #============================ And this is what the model looks like (I assume I need a model for the remote_form_for) and I''...