user11770778
user11770778

Reputation: 83

How to get User Email who is submitting the form and save it

I'm building a form using google app maker. Now I want to implement something so That I can save the name/Email of the user who is submitting the form without entering their own email address. But I have no idea how to do that. But when they send email, it shows their gmail address.

Thanks in Advance

Upvotes: 1

Views: 113

Answers (1)

rrrrrrrrr
rrrrrrrrr

Reputation: 222

Don't know If someone still need help with this. Try to add in your client script

app.Datasource.YourDataSource.item.YourField = app.user.username;

This worked for me.

Upvotes: 1

Related Questions