Skip to main content

How Teachers can Email Parents of Students from Google Forms

“Learn how teachers can automatically send emails to the parents of a student on behalf of the school after they submit a Google Form”

Students in high school are given email accounts by their school. The school has made a Google Form available, and any student can fill it out to request access to an email address. 

In Google Sheets, look up the data for your parents.

The key point here is that an email should be sent to the student's parent. This information is not available in the Google Form, but the school keeps a Google Sheet with the parent's information, and we'll do a lookup to get the parent's name.


When the Google Form is submitted, a new row with the form response is added to the Google Sheet. 

We'll add two new columns to the form response sheet that will query the parent records sheet for the parent's email address and name. After a new form response is submitted, it uses ArrayFormula to instantly fetch the parent's data in the form sheet.

=ArrayFormula(
    IF(ROW(B:B) = 1, "Parent's Email",
    IF(NOT(ISBLANK(B:B)),VLOOKUP(B:B, Parents!$A$2:$C$100,3, FALSE),))
)

If the Row Number of the current row is 1, we set the column title which in this case is Parent's Email. If the row is not 1 and there’s form data in column B, we use VLOOKUP to get the matching data from the parent records sheet into the form response sheet.

Send an email to the student's parents 

The first step is to download Document Studio from the Google Play store. Next, navigate to the Google Sheet where the Google Form responses are stored and select Extensions > Document Studio > Open to launch the add-on. 

Make a new workflow and name it something descriptive, such as Send Consent Letters to Parents. Create a new Email task on the task screen and select the Parent's Email field from the "Send Email to" dropdown.

Here’s how the final email template will look like:


To include form answers and values from Google Sheets formulas, use placeholders enclosed in double curly braces. 

Switch to your workflow's Save screen and enable the Run on Form Submit option. This will enable the form submit trigger internally, and your workflow will run whenever a new form is submitted

However, parental permission is required. When a child submits the request, an email confirmation is sent to the child's parent, requesting consent before the student's email address is created. 

Go to your Google Form and submit a sample response to see a copy of the consent email that was sent to the student's parent. 

In the same workflow, you can also include a Create File task to generate a consent document in Microsoft Word or PDF. This can be attached to the email message automatically, and the parent can email the signed copy. 



Comments

Popular posts from this blog

All sims information, internet settings, and any remaining SMS and networks

  *تمام موبائل کمپنیوں کی مکمل معلومات*    💵 *Balance Check* 👇 ◈ Telenor  : *444# ◈ Mobilink : *111# ◈ Warid     : *111# & *100# ◈ Ufone     : *124# ◈ Zong       : *222#  📞 *Balance save servce*👇 ◈ Ufone :  *6611# (Free) ◈ Jazz/Warid :  *275# (Free) ◈ Zong :  *4004# (Free) ◈ Telenor : PayG Blocker No Code  (Rs10) 📉 *MB's Check* 👇 ◈ Telenor  : *999# ◈ Mobilink : *114*1*2# ◈ Ufone     : *706# ◈ Warid     : *200*4# ◈ Zong       : *102#  ✉️ *SMS Check* 👇 ◈ Telenor  : *111# ◈ Mobilink : *101*2# ◈ Ufone     : *336*2*4# ◈ Warid     : *200# ◈ Zong       : *102*3#  ⏰ *Minutes Check* 👇 ◈ Telenor  : *222# ◈ Mobilink : *110# ◈ Ufone     : *707# ◈ Warid     : *200# ◈ Zong       : "P" to 102  🔢 *Number Check* 👇 ◈ Telenor  :"A" to 7421 ◈ Mobilink : *99# ◈ Ufone:*888#or*78...

The Apple Watch SE is not as remarkable a split the difference as you might expect. It's an excellent choice for most customers, starting at $249.

  The fact that I don't operate a trillion-dollar international firm could surprise the casual reader. But like any good tech journalist, I'm delighted to share all of my thoughts on the subject in a public setting. Having most closely watched hardware manufacturers over the years, choosing is a topic that frequently gets under my skin. In general, I believe that having more options is preferable. This is relevant to many facets of life, including buying consumer products (avoid the annoyances in the opening to a post on a smartwatch). More businesses means more rivalry and options for customers. that enjoyable stuff. The issue of choice has been intriguing, especially from Apple. There has been an ebb and flow over the years that I have observed the company. In some instances, it may come down to quality control, not offering "too many" options to the consumer, and not overstretching oneself (although I'm not sure a company with a market cap of $2–3 trillion is a...

The upcoming Version 2.2 Update for PUBG Mobile will allow players to explore the tropics on the new map Nusa.

  Tomorrow, PUBG Versatile will deliver its new Variant 2.2 Update, which will see players investigate the jungles with the new guide Nusa, fight across new areas in a refreshed Erangel, experience the exhilarating themed game mode Stuff Front Mode, as well as open and utilize various new beauty care products as a component of Cycle 3 Season 8 and Royale Spend Month 15. After a late spring of celebrations, PUBG Portable is taking players back to the milestone! Adaptation 2.2 brings an all-new guide for players to appreciate, investigate and fight across! Nusa is the new 1×1 km traveler island map set in the jungles. Spilling over with provisions, players will drop in and promptly wind up in thrilling fights! A little guide, matches are finished substantially more rapidly than on maps like Erangel or Livik, and that implies interactivity will be high speed and invigorating. Close by gunfights, Nusa is an island with numerous delightful perspectives and vistas. Players planning for t...