Hi dearest Bubble experts,
I’m very new to Bubble and have been experimenting around for the past few days… but I’m still not getting it. So I would like to ask for some help.
I’m trying to build a simple interface such that the users can sign up/login and key in the required profile information (name, number etc). So far I have managed to set that up but the issue I’m dealing with is that I would like to display the profile information data on a new separate page to be viewed by other users. Is it possible to allow non-registered users to only view the profile information just by accessing the URL of the page? Lastly, would it be possible to still have the user update the profile information in real time and have it reflected on the other page for other users to view?
Apologies if this appears to be a very easy task… as I do not have any background at this so I’m still trying to grasp the concepts. Would really appreciate if someone could provide some guidance on this, or provide me with relevant tutorial links or templates… thank you!!
You can create a separate page if this makes sense for your app, but you can do everything you want in a single page.
Make your page of type user, and then provide a way for users to find other users.
Then add conditions to your elements to change from write to read based on if page’s user <> current user. You can do this in 1 of 2 ways:
Option 1: Disable your input fields
Option 2: Hide input fields and show text fields instead
This design appears as follows in my app, you can see that the conditions alter the elements that the users sees and specifically that the second view does not allow access to the edit icon:
Hi, thank you for your prompt reply. I was wondering instead to just purchase a template instead, I have attached a screen capture of the template by zeroqode. Before purchasing I was wondering if it is possible to make a new separate page that is the same as the one attached but without having the edit function, only for viewing. Likewise, would it still be possible to have the edited information reflected in real time? and Is it possible to for example, to access this profile page via the URL for viewing only
Thank you so so much
I can’t comment on the capability of that temple itelf, but as I already mentioned what you’re looking to do can be achieved by either adding a separate page, or a single page with conditions.
yes, the updated data will show in real time.
and I’m not sure what you’re asking for regarding the url?
I see… thanks anyways, I shall try out your suggestion first!