Sha256: f5b005928d511ba6c7872cb8df8e6307666d90670755f1350b74737e725dc9c8

Contents?: true

Size: 1.06 KB

Versions: 4

Compression:

Stored size: 1.06 KB

Contents

- javascript('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_v3 action: 'emailSeats'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trusty-cms-4.1.3 app/views/widget/_email_form.html.haml
trusty-cms-4.1.2 app/views/widget/_email_form.html.haml
trusty-cms-4.1.1 app/views/widget/_email_form.html.haml
trusty-cms-4.1.0 app/views/widget/_email_form.html.haml