Sha256: 5bd85711d15d97d097c09110263852fd56b84a1c1edf7c173284578a897eb896

Contents?: true

Size: 1.16 KB

Versions: 26

Compression:

Stored size: 1.16 KB

Contents

<div class="row mt100">
  <div class="col-sm-8 offset-sm-2 col-md-6 offset-md-3">
    <p class='text-center mb50'>
      By default, this page is setup to accept an email submission and store in the database.  Depending on your configuration, this will fire an conversion event and even submit to Slack.
    </p>
    <div class="card">
      <div class="card-header">
        <h4>Sign Up</h4>
      </div>
      <div class="card-block">
        <%= simple_form_for Conversion.new, url: conversion_path, remote:true, validate: true, html: { class: 'disable-on-submit' } do |f| %>
          <div class="row">
            <div class="col-sm-7 pr10-sm">
              <%= f.input :email, placeholder: 'joe@example.com', label: false, input_html: { class: "mb0" } %>
            </div>
            <div class="col-sm-5 pl0-sm">
              <%= f.submit "Register for Free", class: 'btn btn-primary btn-block' %>
            </div>
          </div>

          <p class="text-center mt10 mb0 text-grey">
            <small>We hate spam, don't worry, we'll never try to sell you anything or your info to anyone.</small>
          </p>
        <% end %>
      </div>
    </div>
  </div>
</div>

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
mvpkit-1.1.2 project/app/views/home/index.html.erb
mvpkit-1.1.1 project/app/views/home/index.html.erb
mvpkit-1.1.0 project/app/views/home/index.html.erb
mvpkit-1.0.4 project/app/views/home/index.html.erb
mvpkit-1.0.3 project/app/views/home/index.html.erb
mvpkit-1.0.2 project/app/views/home/index.html.erb
mvpkit-1.0.1 project/app/views/home/index.html.erb
mvpkit-1.0.0 project/app/views/home/index.html.erb
mvpkit-0.8.1 project/app/views/home/index.html.erb
mvpkit-0.8.0 project/app/views/home/index.html.erb
minimum_viable_product-0.7.15 project/app/views/home/index.html.erb
minimum_viable_product-0.7.14 project/app/views/home/index.html.erb
minimum_viable_product-0.7.13 project/app/views/home/index.html.erb
minimum_viable_product-0.7.12 project/app/views/home/index.html.erb
minimum_viable_product-0.7.11 project/app/views/home/index.html.erb
minimum_viable_product-0.7.10 project/app/views/home/index.html.erb
minimum_viable_product-0.7.9 project/app/views/home/index.html.erb
minimum_viable_product-0.7.8 project/app/views/home/index.html.erb
minimum_viable_product-0.7.7 project/app/views/home/index.html.erb
minimum_viable_product-0.7.6 project/app/views/home/index.html.erb