Sha256: 19e4ed8e4a88f1c226121c3a2fff53d023a669f5d641e7086df212a46c62e0ba

Contents?: true

Size: 1.12 KB

Versions: 13

Compression:

Stored size: 1.12 KB

Contents

<%= form_for @contact, url: contact_us_path, remote: true do |f| %>

    <!-- -PHC- Content - Contact Form - Container - Row - Container - Form - Notifications -->
    <%= render "phcdevworks_notifications/bootstrap/validations", :object => @contact %>
    <!-- -PHC- Content - Contact Form - Container - Row - Container - Form - Notifications -->

    <div class="form-group">
        <%= f.text_field  :mailer_name, required: true, class: "form-control", placeholder: "Name" %>
    </div>

    <div class="form-group">
        <%= f.text_field :mailer_email, required: true, class: "form-control", placeholder: "E-mail Address" %>
    </div>

    <div class="form-group">
        <%= f.text_field :mailer_subject, required: true, class: "form-control", placeholder: "Subject" %>
    </div>

    <div class="form-group">
        <%= f.text_area :mailer_message, rows: 8, cols: 40, required: true, class: "form-control", placeholder: "Message" %>
    </div>

    <div class="hidden d-none">
        <%= f.text_field :mailer_captcha %>
    </div>

    <div class="actions">
        <%= f.submit class: "btn btn-primary" %>
    </div>

<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
phcdevworks_mailer_form-1.2.2 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.2.1 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.2.0 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.1.4 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.1.3 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.1.2 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.1.1 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.1.0 app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-1.0.0b app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-0.5.0b app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-0.2.0b app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-0.1.0b app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb
phcdevworks_mailer_form-0.0.7b app/views/phcdevworks_mailer_form/website/pages/forms/_form_contact.html.erb