@@ -35,7 +35,7 @@ which is *easy* but requires *maintenance*,
35
35
use Google to send mail on your behalf
36
36
and use Google Spreadsheets to keep track of the data!
37
37
38
- > You * could* use a "* free* " service like http ://formspree.io/ to process your form submissions
38
+ > You * could* use a "* free* " service like https ://formspree.io/ to process your form submissions
39
39
if you don't care where you are sending your data and want to manage the data submitted
40
40
in your email inbox (* messy ... yuck* !)
41
41
* Or* ... you can * invest* a few minutes and keep data private/manageable.
@@ -153,9 +153,9 @@ Open the inbox for the email address you set in **Step 3** (*above*)
153
153
154
154
# * Part Two - Make It Look Good* ...
155
155
156
- We are going to keep this *** Super Lean*** by using [ ** PURE CSS** ] ( http ://purecss.io/start/)
156
+ We are going to keep this *** Super Lean*** by using [ ** PURE CSS** ] ( https ://purecss.io/start/)
157
157
for our Style (* fix the "ugly" HTML Form in step 8* ).
158
- And ` submit ` the form using [ ** JQuery** "*** AJAX*** "] ( http ://api.jquery.com/jquery.ajax/) to keep the person
158
+ And ` submit ` the form using [ ** JQuery** "*** AJAX*** "] ( https ://api.jquery.com/jquery.ajax/) to keep the person
159
159
on your page/site (* avoid "ugly" response page* )
160
160
161
161
### 10. Submit the Form using ** JavaScript** "*** AJAX*** "
@@ -197,7 +197,7 @@ Tailor your message by editing the `thankyou_message` div.
197
197
198
198
### 12. Use CSS to Make the Form * Look Good*
199
199
200
- For ` this ` * example* we are using *** Pure CSS*** : http ://purecss.io/start/
200
+ For ` this ` * example* we are using *** Pure CSS*** : https ://purecss.io/start/
201
201
because its *** light weight*** (*** 4.0KB minified and gzipped*** )
202
202
and * solves* our current "* problem* ": Making it Look Good.
203
203
@@ -387,5 +387,5 @@ Let us know if you have any questions!
387
387
https://developers.google.com/apps-script/reference/base/logger
388
388
+ Simple Mail Merge using Google Spreadsheets:
389
389
https://developers.google.com/apps-script/articles/mail_merge
390
- + Original Tutorial: AJAX post to google spreadsheet: http ://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet which points to:
390
+ + Original Tutorial: AJAX post to google spreadsheet: https ://stackoverflow.com/questions/10000020/ajax-post-to-google-spreadsheet which points to:
391
391
+ https://mashe.hawksey.info/2011/10/google-spreadsheets-as-a-database-insert-with-apps-script-form-postget-submit-method/
0 commit comments