--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.
Visit this group at http://groups.google.com/group/formemailer.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "FormEmailer" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/formemailer/sBKjh5RQr2Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to formemailer...@googlegroups.com.
Yes, there's no Script Gallery in the new version of sheets, therefore the only way to install is manually. But it should work fine though, since it's the same API on Apps Script end, as John just said.
Henrique Abreu
For more options, visit https://groups.google.com/d/optout.
--
Hi guys,I have thought of it (turning FormEmailer into an add-on). But besides some technical issues, there's already a mail-merge add-on. Do you prefer FormEmailer over it?I think the formulas and flexibility of some FormEmailer features to be the cause of most doubts among users. Something simpler satisfies 99% of use-cases and generates less frustration. What are your thoughts?Kind regards,
Henrique Abreu
Hi Mary, yes it is possible with a combination between an array formula and an IF formula.
In the image below I had the cells in column B look into column A and IF the answer was '12' column B was populated with 'jimj...@gmail.com'. I Use the array to automatically fill in all cells upon form submit (without array you would have to 'pull down' all formulas as when a form is submitted a new line is created and no formulas are continued). More on that here.
Here is the formula used in B2
=arrayformula(if(len(A2:A)=0,iferror(1/0),if(A2:A=12, "jimj...@gmail.com")))
Your formula could get very lengthy if you have a lot of options to question 1.
You would then just use the email as a placeholder in your FromEmailer set up.
I am guessing someone could make this a lot cleaner but this is the best I can do.
Good luck,
--
--
Hi Erandi,
Yes, it will. When it's possible to do so.
Regards,
Henrique Abreu
Hi Erandi,
Yes, it will. When it's possible to do so.
Regards,
Henrique Abreu
Hi guys,I have thought of it (turning FormEmailer into an add-on). But besides some technical issues, there's already a mail-merge add-on. Do you prefer FormEmailer over it?I think the formulas and flexibility of some FormEmailer features to be the cause of most doubts among users. Something simpler satisfies 99% of use-cases and generates less frustration. What are your thoughts?Kind regards,
Henrique Abreu
Hi Erandi,
Yes, it will. When it's possible to do so.
Regards,
Henrique Abreu
phillip boshoff pretoria | |
--
You received this message because you are subscribed to a topic in the Google Groups "FormEmailer" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/formemailer/sBKjh5RQr2Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to formemailer...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.
Visit this group at http://groups.google.com/group/formemailer.
--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.
Visit this group at http://groups.google.com/group/formemailer.
Hi guys,I have thought of it (turning FormEmailer into an add-on). But besides some technical issues, there's already a mail-merge add-on. Do you prefer FormEmailer over it?I think the formulas and flexibility of some FormEmailer features to be the cause of most doubts among users. Something simpler satisfies 99% of use-cases and generates less frustration. What are your thoughts?Kind regards,
Henrique Abreu
On Tue, Mar 18, 2014 at 8:32 AM, Radoslaw Brzezowski via FormEmailer <formemailer+noreply-APn2wQf1AlQs5QSZwrr3K4Gi7Jor6NLpnMO5O_Uh-hvd@googlegroups.com> wrote:
Hi Henrique,
Any chances the FormEmailer will show up in the new add-ons?Thanks,
Radek
On Tuesday, February 18, 2014 12:07:16 PM UTC+1, Henrique Abreu wrote:
Yes, there's no Script Gallery in the new version of sheets, therefore the only way to install is manually. But it should work fine though, since it's the same API on Apps Script end, as John just said.
Henrique Abreu
On Tue, Feb 18, 2014 at 3:26 AM, John De Souza via FormEmailer <formemailer+noreply-APn2wQcR_NY-qxzQJj6e-RGCDoQISt3d-o3Adgad2...@googlegroups.com> wrote:
Actually... I got mine to work just fine. I did not have the triggers properly configured.
On Monday, February 17, 2014 10:46:40 PM UTC-5, John De Souza wrote:
Dan & Henrique: same question here.
I did a manual installation, and all looks good... except that no action appears to be taking place. No results are going into the "FormEmailer Status" field.
On Saturday, February 8, 2014 10:39:26 AM UTC-5, Dan Longley wrote:Hi HenriqueI'm thinking of migrating to the new Google sheets to take advantage of two key features, however there doesn't seem to be a way to download and set up FormEmailer - they are not currently supporting the Apps marketplace. Is it possible to make FormEmailer work with the latest version of sheets?ThanksDan
--To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To post to this group, send email to forme...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "FormEmailer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to formemailer...@googlegroups.com.
To post to this group, send email to forme...@googlegroups.com.
Visit this group at http://groups.google.com/group/formemailer.
Open the script editor (Tools > Script Editor) and run the onOpen function. It should prompt an authorization and then show the menu.It should open automatically later.
Henrique Abreu