Let’s say I have some people (not users) and some biographical data in a table. I want to randomize a selection from that table, and then bring in all the fields on that row like birthdate, age, gender, picture, etc. and populate that on my page (ideally I’d like to use this selected random value across several pages).
Even more complicated, I want to select a different random person and bring in that person’s birthdate, age, gender, picture, etc. on a different set of pages.
I am so lost and have no idea how to do that. Thanks.