Well, nobody said, you should replace all ? by &
The first delimiter is a ?, and all further delimiters are &
Also the complete url is still hidden, there might be further errors inside
Sp what about fixing the errors and provide a Do it result?
This method may be helpful to you. But, according to Google policy we should not collect confidential information from users (Anyhow, cross check if my understanding is correct).
I watched and did exactly the same but it still dose not save to sheets. If I do a test and submit form response it dose populate in sheets but when I use the app it dose nothing.
You have to change the Share settings (Permission settings) of Google sheet as well as 'Anyone with link'.
Experiment yourself by changing the share settings of Google sheet and form. Don't give permission to edit but give permission only to view or respond.
You do not need to change permissions settings on the google sheet to send data via a google form. The google sheet can remain "restricted" for this operation.
You do need "anyone with the link" permission if you want to download the data on the google sheet to your app using the web component, and if you do not have a google apps script web app in place to handle this operation.
@TIMAI2 , So, saving data to google sheet via form will add more security to google sheet, right? (when we use google sheet as database). Because, hackers cannot find the url of google sheet ,they may be able to find only the url of form. Am I right?
I tried now to update data to sheet via form. I set some text value to global variable and put global variable as text input to form. But, it didnt work. Then I added tinyDB to store the global variable values. After that it worked.
When i tested using do it feature, both global variables show the given text values but it didnt get updated in sheet/form. I was not able to find the fault, but worked now. Okay, i shall try to find the issue.