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

Version Path
trusty-rad-social-extension-2.2.5 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.2.4 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.2.3 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.2.2 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.2.1 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.2.0 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.1.0 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.0.2 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.0.1 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-2.0.0.pre.beta app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.1.4 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.1.3 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.1.2 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.1.1 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.1.0 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.0.10 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.0.9 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.0.8 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.0.7 app/views/widget/_email_form.html.haml
trusty-rad-social-extension-1.0.6 app/views/widget/_email_form.html.haml