summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/payments/_customer_form.html.erb
blob: 2e8a3b12e0491c3b558dbe404f516e826b640f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<p>Please enter your personal info:</p>
<div class="mb1">
  <%= text_field_tag :first_name, "",placeholder: "First Name", class: "radius" %>
</div>
<div class="mb1">
  <%= text_field_tag :last_name, "",placeholder: "Last Name", class: "radius" %>
</div>
<div class="mb1">
  <%= text_field_tag :company, "",placeholder: "Company", class: "radius" %>
</div>
<div class="mb1">
  <%= text_field_tag :phone, "",placeholder: "Phone", class: "radius" %>
</div>