Community

Hai, I'm using Formfacade to embed google form in our website. I recently add some code via Google's app script which user will receives an email after submit, the function managed to run from the google form itself but not from our website. Kindly advise for further action.

Comments (1)

Vipin

Mar 12, 2024

When you a user fills the embedded form on your website and submits it, the responses will be recorded in Formfacade and Google Forms. If the responses are recorded correctly in Google Forms, then the Apps script that works with Google Forms link should work with embedded form as well. Please check the responses in Google Forms. Send confirmation emails Instead of using Apps script, you can setup confirmation emails using Formfacade. Login to Formfacade > click on the form to open it > Edit page will be displayed > click Responses > click on the three dots icon next to the Submitted status > click Email respondents > setup wizard will be displayed > select the email field from the list and click Next (note: this email field must be a mandatory field in the form) > update the subject and click Next > update the message and click Next > click on the link to open the form and submit a response to test confirmation emails. When you set up the email notification using Formfacade, you can customize the subject and message as required. You can use the ${response()} formula to show a summary of all the answers or click on the @ icon in the message editor and select the required field from the list to include it in the message.

Add your comment