Hi Softr community,
When I am one logged in user, looking at the profile details page of another user, is there a way to display some of that user’s profile data in other places around the page? Essentially the equivalent of {LOGGED_IN_USER:NAME} but more in terms of {CURRENT_RECORD:FIELD:‘First Name’} (or similar)?
Alternatively, could populate a hidden form field, grab the value from it via javascript, and insert it into other fields by class (like “.insert-name-here”), except the never seems to have a value in it? (Is there a specific way we can access that value programatically via js that I’m missing?)
Thanks for any pointers!