You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want us to take this tutorial further, [***please let us know***!](https://github.com/nelsonic/html-form-send-email-via-google-script-without-server/issues)
208
209
210
+
211
+
## Add your own fields!
212
+
213
+
In response to [Henry Beary's request](https://github.com/dwyl/html-form-send-email-via-google-script-without-server/issues/9)
214
+
we made the form handler *generic* which means you can now add any fields you want to the form.
215
+
216
+
remember to include the fields *inside* the form that has the id `gform`
217
+
and ensure that the `name` of the form element matches the new column heading in your spreadsheet.
0 commit comments