1
votes

I want to remove the confirmation page, that is shown after clicking submit.

Instead when I click submit, the form should just refresh showing emptied data fields again , & display a message saying" your data is submitted " with the data reflecting in the spreadsheet. & So, I can fill in data again without pressing back.

I have little knowledge of Html so this is getting tricky for me, but I figured from the source code I'll need to change this line of code -


link rel="alternate" type="text/xml+oembed" 

href="https://docs.google.com/forms/d/URL LINK----/oembed?

url=https://docs.google.com/forms/d/URL  LINK-----/viewform&format=xml"

please correct me if I am wrong, What code should I input to make the desired change?

Thanks

1

1 Answers

0
votes

You can edit the form, to change where you get sent after completing the survey.
To my knowledge, it is not necessary to change the code.