Reputation: 49
I'm working on a form that is sending data to a Google Spreadsheet.
I created a form under Google Forms, and viewed the live form when I was done. Following that, I viewed source and took the HTML code needed to send the data to the spreadsheet accordingly. I did it like this so I did not get the ugly body template Google offered, and customized it at free will. I cannot figure out how to drop the confirmation page, or redirect around it.
I tried using JavaScript redirection methods. I can close the window with the data submitted before anyone sees the confirmation page, but I just want it to go to an alternative page when the data is complete.
Any help is appreciated- thank you!
Upvotes: 1
Views: 409
Reputation: 332
If i understood well you are trying to create a custom form using the HTML code from Google Forms to send data to your Google Doc Spreadsheet. Have you checked this Link ? After a Success message you can have better control of the redirection.
Upvotes: -1