In the directory I’m creating, I want to have buttons towards the top of each profile that link to places within the profile (bumps the user down the page to specific sections of content). Is that possible?
you can create some tricks to go back to the top, but going down… not possible in glide.
Maybe you can ‘split’ your profile to tabs instead (with a choice component at the top of the screen that handles visibility of elements)
Not exactly sure what you mean.
Meaning you put a choice component at the top and make each section have visibility settings based on the choice component. Other than that, you cannot use # togo to certain sections of the screen like you can on a website.
I see what you mean. That makes sense.
Only word of caution is that choice components can eat through your Updates if they are used often.