Displaying 1 result from an estimated 1 matches for "mobile_field".
Did you mean:
mobile_field1
2007 Nov 08
0
Models for external REST services
...ks are appreciated
This is what my sign_in partial looks like:
#- view/home/_sign_in.rhtml
<% remote_form_for :sign_in_form, :url => "home/do_sign_in", :html
=> { :id => ''sign_in_form'' } do |f| %>
<br>
<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) )
%>...