Displaying 1 result from an estimated 1 matches for "subscribe_now_btn".
2007 Nov 08
0
Models for external REST services
...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''m pretty sure this is far from what I need
# model/sign_in_form.rb
class SignInForm < ActiveRecord:...