Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6116965
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:16:00+00:00 2026-05-23T15:16:00+00:00

I know that Google Spreadsheets includes a mass mailout option with its MailApp.sendEmail function,

  • 0

I know that Google Spreadsheets includes a mass mailout option with its MailApp.sendEmail function, but, as far as I know, it can only run once a form is opened, or by manually clicking “run”.

I have a Google form which includes an area for someone to put their email address. Is there a simple solution to send this data to its Google Spreadsheet and send it as a confirmation to the specified email address? It would be great if I could somehow incorporate MailApp.sendEmail into the form, instead of into the spreadsheet (which would be after the fact and manual, instead of instant and automatic).

Also, note that I will be posting with jQuery.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:16:00+00:00Added an answer on May 23, 2026 at 3:16 pm

    The solution is to have multiple actions with Javascript.
    I found this on http://www.codeproject.com/KB/scripting/multiact.aspx. Here’s the code:

    <form name=Form1 action= "login1.php" method=post>
    Username <input type="text" name="username">
    Password <input type="password" name="password">
    <input type="submit" value="Send" name="button1" 
                         onclick="return OnButton1();">
    
    <script language="javascript">
    <!--
    function OnButton1()
    {
        document.Form1.action = "login2.php"    // First target
    
        document.Form1.target = "iframe1";    // Open in a iframe
    
        document.Form1.submit();        // Submit the page
    
        document.Form1.action = "page3.php"    // Second target
    
        document.Form1.target = "iframe2";    // Open in a iframe
    
        document.Form1.submit();        // Submit the page
    
        return true;
    }
    -->
    </script>
    
    <div style="visibility:hidden">
    <iframe NAME="iframe1" WIDTH="40" HEIGHT="40"></iframe>
    <iframe NAME="iframe2" WIDTH="40" HEIGHT="40"></iframe>
    </div>
    

    One of the iframes can point to a Google form and one can point to your own PHP file that can handle the data (i.e. send an email to the person). Doing it this way can also allow you to handle the “Thank you” page too, instead of sending them to Google’s thank you page.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know that Google publishes its metro areas for adwords. Is there a converter
I am interested in creating a Google plus application.But I come to know that
I know that Google does some open source but a lot of their assets
I know that google's v8 compiles javascript into native machine (binary if I understand
i have one domain link text i want to know that does google crawl
Now that Google Earth has been released for Android 2.1, does anyone know what,
I know that the job would be simpler if I use Google Plugin for
Since the Google App Engine Datastore is based on Bigtable and we know that's
I want to develop google desktop search like application, I want to know that
Does anyone know a WPF control/app that functions like the google Finance graph/chart? Thank

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.