From 0957b2cd700a83cac0d016eb67cbcb018591edfe Mon Sep 17 00:00:00 2001 From: Yannick Date: Wed, 29 Apr 2020 14:56:57 +0200 Subject: [PATCH] Submit the contact us form using javascript Added tinyforms js compatibitlity with the form and added different form submission stages such as the loading and success stage --- app/views/home/index.html.erb | 32 +++++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index a164553..110502d 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -14,7 +14,9 @@ ].sample %>

- Link your online forms to or and receive form submissions in your favorite spreadsheet tool. + Link your online forms to or and receive form submissions in your favorite spreadsheet tool.

<%= link_to "Get started", signup_url, class: 'is-uppercase button is-rounded is-primary has-text-white a-menu' %> @@ -186,7 +188,8 @@

We are building tinyforms to make your work easier! Let us know what we can do for you.

-
+
@@ -202,13 +205,36 @@
- + +
+ + \ No newline at end of file