I have a custom Google Form i made and an own site. What i need is, after submitting the Google Form, to allow the user access to download a file. This means that you should only be able to access to file if you completed the form.
I have been looking for a way to redirect to a custom URL without showing the URL (so the user cannot copy-paste it and download the file many times) but it is impossible to redirect after the submission (even if the form is embedded).
I even tried to make the form open a pop-up with the file url or something but everything seems impossible to do.
Is there a way to achieve this?
doPost(e)
function. Send the answers in the POST payload. I'm assuming that you can put JavaScript into your site, which can do whatever you want. – Phifer