Creating user profile

I suggest doing the lesson titled “Sending Data to Pages” to get a feel for how this should be set up: https://bubble.io/documentation

Essentially, you’ll need to create a single page and set its type to equal User (in property editor for the page). Any dynamic data on this page would use “Current Page User’s [field]”. For example, “Current Page User’s first name”.

When users navigate to this page, you’ll need to define the user whose data will be read by the page. For example, if you have a repeating group of Users on the home page… When a text element in the cell is clicked (perhaps displaying the current cell user’s name) > navigate to profile page > data to send = current cell’s user.

This means every time you navigate to that page by clicking a different user’s name in that home page list, the elements in the profile page will display the saved data for that user you selected. Remember, the elements on the profile page should be dynamically set, using “Current Page User’s [field]”. If you have an image element on the page, the source should be “Current Page User’s profile picture”, where the profile picture field’s type is an image; a text element could be “Current Page User’s Job Title”, where job title field is a text, etc.


Gaby | Coaching Bubble

8 Likes