summaryrefslogtreecommitdiff
path: root/engines/billing/app/views/subscriptions/_customer_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'engines/billing/app/views/subscriptions/_customer_form.html.erb')
-rw-r--r--engines/billing/app/views/subscriptions/_customer_form.html.erb13
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/billing/app/views/subscriptions/_customer_form.html.erb b/engines/billing/app/views/subscriptions/_customer_form.html.erb
new file mode 100644
index 0000000..2e8a3b1
--- /dev/null
+++ b/engines/billing/app/views/subscriptions/_customer_form.html.erb
@@ -0,0 +1,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>