So basically, I’m trying to figure out how to add a function to a button so when the (logged in) user clicks it, it directs to a url that ends in the ID.
Ex.
Logged in user clicks “my profile” button and it directs them to /profile/(loggedinusersID)
I’m extremely new to coding and I feel like it is more simple than I’m making it out to be. I just can’t figure out what the coding portion I’d supposed to be.
The logged in users profile is a dynamic page but I have to copy and paste the URL extension from the database to even access it. (The regular linking function requires me to select a specific “item” for the link.)
Thank you guys.