How do I got about storing account infomation so when a user logs they see there information thats stored in the database? When a school signs up and clicks the confirmation they are diverted to the dashboard and then everytime they log in they appear here! I want to store there infomation so everytime they log in there details appear! If I use current user’s email there information appears but I’m using a different data type information and it wont give me the option of using current user’s school information’ ??
A link to your editor would be most helpful, from your post it’s kinda hard to tell what you’re trying to achieve. The view you’re pointing to is not something a user would ever see, so I’m not sure I follow what you’re getting at. Could you give us some more details?
1 Like
When a user logs in I want there account information to appear here! When I use current user it only lets me use there email and password nothing else
Have you added another text element that references the user? In your image above, i would’ve expected to see other texts for things like, “Current User’s First Name” and stuff like that.
What have you tried doing so far?
I sorted it cheers! I had to link the user email to the school email and use text input instead of links!