Sha256: 46ff4e62f8f638b1e4a0a5e52aa57e8b10fe995b18876ec92bbc3a499ed6cb5f

Contents?: true

Size: 968 Bytes

Versions: 87

Compression:

Stored size: 968 Bytes

Contents

= 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

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
trusty-cms-7.0.18 app/views/widget/_email_form.html.haml
trusty-cms-7.0.17 app/views/widget/_email_form.html.haml
trusty-cms-7.0.16 app/views/widget/_email_form.html.haml
trusty-cms-7.0.14 app/views/widget/_email_form.html.haml
trusty-cms-7.0.13 app/views/widget/_email_form.html.haml
trusty-cms-7.0.12 app/views/widget/_email_form.html.haml
trusty-cms-7.0.15 app/views/widget/_email_form.html.haml
trusty-cms-7.0.9.1 app/views/widget/_email_form.html.haml
trusty-cms-7.0.11 app/views/widget/_email_form.html.haml
trusty-cms-7.0.10 app/views/widget/_email_form.html.haml
trusty-cms-7.0.9 app/views/widget/_email_form.html.haml
trusty-cms-7.0.8 app/views/widget/_email_form.html.haml
trusty-cms-7.0.7 app/views/widget/_email_form.html.haml
trusty-cms-7.0.6 app/views/widget/_email_form.html.haml
trusty-cms-7.0.5 app/views/widget/_email_form.html.haml
trusty-cms-7.0.4 app/views/widget/_email_form.html.haml
trusty-cms-7.0.3 app/views/widget/_email_form.html.haml
trusty-cms-6.3.1 app/views/widget/_email_form.html.haml
trusty-cms-7.0.2 app/views/widget/_email_form.html.haml
trusty-cms-7.0.1 app/views/widget/_email_form.html.haml