Hi, I desperately need a solution for this. What I am trying to achieve : I need to collect user data like name, email address via google forms What I am stuck upon : I am displaying the form via webviewer, but I cannot do one thing; to close/hide the webviewer after the user has successfully submitted the data. Solutions I thought of:
To somehow code the webviewer in such a way that it recognises that the user entered the data successfully, and hide.
To create a form in the app itself, and automatically enter the data user entered and inject it into data fields in the form using web viewer without user knowing.
This is form that I want to fill.
My objective : Users should fill this form in the app, then after they fill the form and submit their responses, the web viewer component should hide (visible=false). Can webviewer be adjusted so that it can recognize that the user has submitted the form and hide itself?
Or if that’s not possible, can I configure the webviewer to insert values by itself in to the form?
yeah, but I want to collect that sign up data using google forms… So there is no way? Can I create a sign up system on the app itself and use webviewer to insert that values into google form without the user knowing??? something using this : App Inventor Tutorials and Examples: Inject | Pura Vida Apps
You can’t. I prefer using In app sign up and Log in form so that I get power to use those data according my need. As you’re using Google Form, you can’t call any data and use further.
Taifun, is there a way to update a google for without publishing the spreadsheet as a webpage that could potentially put me at risk for a data leak? I don’t need to update lines or delete entries, just update fields in a form and submit. I tried using this method
this looks like a great solution… unfortunately there is no aia file available to test…
it looks like you have a bug somewhere?
for questions you might want to contact the author of that solution
Taifun