Learn-to-send-email-via-google-script-html-no-server: After My Form An error occurs

Created on 10 Jul 2018  路  15Comments  路  Source: dwyl/learn-to-send-email-via-google-script-html-no-server

It says after i click "send"

Script function not found: doGet. what should i do sir? Hope you can reply asap

image

Most helpful comment

Then follow the tutorial ? it's in there how to use it. As with most CSS libraries you load it in a tag and add classes to form elements to give them their style. I'd suggest learning more about HTML/CSS basics online by reading materials or taking a free course if you don't know how to do those.

All 15 comments

Also is there a way to add More fields and those fields will also be forwarded to my email? thank you

You must use a post request. The link on its own won't work. The URL must be added to the form on submission per the steps in the tutorial

The fields all get sent in the the email by default.

Can you please help me sir? I put a