Learn-to-send-email-via-google-script-html-no-server: send mail via google script

Created on 21 Jun 2018  路  8Comments  路  Source: dwyl/learn-to-send-email-via-google-script-html-no-server

How can i get the whole content which has typed inside the form to my mail?

question starter

Most helpful comment

Ok thank you I got it!!!!

All 8 comments

That's what the tutorial does here. It submits the data to the spreadsheet and optionally can send it via email somewhere. Not sure what the exact issue is here.

How can it be done ?

Please clarify. How can what be done?

If you want to take data from an html form and send an email from it, then follow the tutorial.

Actually I have done this which is exactly as in the tutorial but I did not get the data which is typed inside the form i got a mail in which my email is only comes as the message body. Y is it so??

we are merging some fixes around some of this, but if you are getting an email, then it seems like what the client is sending may not be sufficient. see the console when someone submits and look for what data is being sent. does it have the fields & data you want? if not, fix that first.

Ok thank you I got it!!!!

sounds like the original issue was solved, feel free to post what you had to do to fix it @dhanumalu - we did just update our scripts to be more fault tolerant in a variety of cases

correction - the fix I am thinking of is in #243 which hasn't been merged, feel free to look at the code there and copy it, or if you follow the tutorial again, I did deploy the fix live since it was just giving a default spreadsheet name of "responses" to match our demo example.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tiffting picture tiffting  路  4Comments

joseroma picture joseroma  路  3Comments

eleosa picture eleosa  路  4Comments

onurusluca picture onurusluca  路  4Comments

Herbert2122 picture Herbert2122  路  4Comments