Sending field data to a Google sheet
Posted: Mon Jul 13, 2015 2:49 pm
I will preface this by saying that I am a complete amateur to this but here is what I am trying to do.
I am trying to create a basic sign in application. I would like a user to supply basic information, name, postcode, purpose of visit etc, which are input in standard text fields. Upon signing in, the user is generated with a generated visitor number, or whatever (could be a green elephant picture; it doesn't matter. It just needs to be a unique identifier up to about, say, 50 possibilities).
Forgetting the unique number/picture bit for a second, I am just trying to grapple with how to get the data out of the text fields and into a google sheet.
The user will then need to be able to recall that data on a sign_out card later user their unique number/picture. So I suppose I will need to be able to reverse this and get data from the google sheet back into something like a data grid. This bit needs to be anonymous - we can't have everyones data showing up here.
I have read some many articles on arrays, and Google sheets that it is making my head spin. Nothing is working. Can anyone help please?
I am trying to create a basic sign in application. I would like a user to supply basic information, name, postcode, purpose of visit etc, which are input in standard text fields. Upon signing in, the user is generated with a generated visitor number, or whatever (could be a green elephant picture; it doesn't matter. It just needs to be a unique identifier up to about, say, 50 possibilities).
Forgetting the unique number/picture bit for a second, I am just trying to grapple with how to get the data out of the text fields and into a google sheet.
The user will then need to be able to recall that data on a sign_out card later user their unique number/picture. So I suppose I will need to be able to reverse this and get data from the google sheet back into something like a data grid. This bit needs to be anonymous - we can't have everyones data showing up here.
I have read some many articles on arrays, and Google sheets that it is making my head spin. Nothing is working. Can anyone help please?