0

I send email in Google Sheet with function MailApp.SendEmail(email, header, msg, {htmlbody: myHtmlBody});

In myHtmlBody there are:

    <table> ... </table>
    <form>
    <input type="text" />
    <button type="submit">Send back</button>
    </form>

What I want: from mail client fill input, click button and get data from this input in my sheet. Is there possible?

TheMaster
  • 45,448
  • 6
  • 62
  • 85
  • Maybe. It depends. Does the email client support forms? You'd still need a webapp to retrieve form submission to google sheet. https://stackoverflow.com/questions/18851051/embedded-google-form-in-email#18856329 – TheMaster Sep 24 '18 at 15:13
  • @I'-'I Thanks, it looks like what I want. I'll try to do that. – Nikash Djonson Sep 26 '18 at 10:24

0 Answers0