search for: isemail

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

Did you mean: wisemail
2009 Aug 04
6
form_for
...o anything.But even the validation fails it goes to the controller and action. here my code: <%form_for :promotion_code, :url=>{:controller=>"home",:action=>"create",:discount_id=>product.discount.id,:id=>@ad.id} do |f|%> <%=f.radio_button :isemail,"true",:checked=>true%><b>Email </b> <%=f.radio_button :isemail, "false"%><b>Sms</b> <%=f.text_field :email_or_mobile,:size=>20%> <%=f.submit "Generate", :onclick=>"Valida...