Sha256: 2ec0659a0ef146b47bac11b9299c5b9dd7914fd908137f72a77eb8a3175894f4
Contents?: true
Size: 1.22 KB
Versions: 26
Compression:
Stored size: 1.22 KB
Contents
- javascript("lib/rad_social/captcha") = form_tag %form{:id=>'rad_social_email_form', :class=>"rad-email-form"} %label{:for => "from"} Your Email: %input{:class => "std_input", :type => "text", :id => "rs-from", :name => "from", :size => 40, :maxlength => 35} %label{:for => "from_name"} Your Name: %input{:class => "std_input", :type => "text", :id => "rs-from_name", :name => "from_name", :size => 40, :maxlength => 35} %label{:for => "to"} To: %input{:class => "std_input", :type => "text", :id => "rs-to", :name => "to", :size => 40, :maxlength => 35} %label{:for => "subject"} To: %input{:class => "std_input", :type => "text", :id => "rs-subject", :name => "subject", :size => 40, :maxlength => 35} %label{:for => "Message"} Message: %textarea{:id => "rs-message", :rows => 18, :cols => 40} %input{:type=>"hidden", :name=>"submit_url", :value=>'contact/email'} %input.button.primary-button{:id => "email_submit", :type=>:button ,:value=>"Submit"} .loader #recaptcha-container.captcha-container = recaptcha_tags :public_key => Rails.configuration.captcha_public_key, :display => {:theme => 'clean'} #recaptcha_image #recaptcha_response_field{:name => 'recaptcha_response_field'}
Version data entries
26 entries across 26 versions & 1 rubygems