How can i get the whole content which has typed inside the form to my mail?
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.
Most helpful comment
Ok thank you I got it!!!!