Hi all, two simple questions: 1. Is there a ...

Hi all, two simple questions:

  1. Is there a way to have users enter their name only once? I want this to be recorded each time but I don’t want them to have to keep re-entering it each time they make an entry.

  2. I would like users to see my terms and conditions and then agree (or disagree) with them when they first use the app. How can I do this?

Thanks in advance

0 5 310
5 REPLIES 5

Follow

Do your users need to sign in?

Yes my users sign in

Create a user table with the email address & name. Then you can read the user’s name dynamically with the email address like LOOKUP(USEREMAIL(),UsersTable,Email,Name)

Thank you, I’ll give that a go

Top Labels in this Space