jcl5m1 / VaccineRegistration

Free tool for care providers to register, schedule, manage, and report patients for mass vaccination efforts such as COVID-19 Vaccination.
Apache License 2.0
0 stars 2 forks source link

HtmlService not always working with Post #14

Closed jcl5m1 closed 3 years ago

jcl5m1 commented 3 years ago

using form POST method (required for image upload), the HtmlService throws error. TypeError: Cannot use instanceof on a non-object

However, feedback form POST works okay?

jcl5m1 commented 3 years ago

was able to make every thing work with get. so no need to fix