Context: I’m trying to send the User’s email address into an open link or webview component so they don’t have to fill in the login form that follows - is this possible or am I just dreaming?
Thanks for replying ThinhDinh. No dice though - I couldn’t get the form to accept the parameters being passed to it. I tried multiple formats (that Robert mentioned above) but couldn’t get it to populate accordingly.
Have a read of this Stackoverflow thread, which I believe is related to what you are trying to do.
You’d need to examine the HTML source of the destination page, and try and determine the names of the form variables. And even if you can determine those, simply passing them as parameters in a GET request (which is what the webview does) is unlikely to work. It might be possible with the use of some App Script to craft a request that would work, but I don’t think that would help you here.
If this is what you are trying to do you can use Google Forms. They can populate any google sheet you need and they can be automatically sent to email addresses. You set it up and when they fill out the form and submit it the data populates in your sheet and they can fill it out directly from their email without having to leave their email page.