Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Customize confirmation page after submitting google form

I have this google form (just using google drive), this is like a test with multiple choices, so the thing is when a user completes the form and clicks on submit button, I want the confirmation page shows the test results.

Is it possible?

I try using creating scripts and using events and triggers, but I'm start to thinking I've misunderstand its usefulness.

Thanks in advance.

like image 755
Ricardo Avatar asked Nov 10 '22 16:11

Ricardo


1 Answers

Yes, you can create a form with Google Apps Script and show the results at the end. Events and triggers may not be the right way to go, but you can try your hand at UiService with which you can create your forms.

like image 183
Srik Avatar answered Jan 04 '23 02:01

Srik