Perspective Dynamic Buttons with Images

I am wanting to add some clickable buttons of peoples face. But how many buttons, what people appear on the buttons and additional params is controlled by a database.

What would be the best way to do this in perspective?

Hi @n099y, I would definitely look at a flexrepeater to do this. Documentation is here.

I would create a view with the button in it and all the expected params as view params. These can then be all passed in via the flexrepeater, which will be bound to the DB data you described.

Yes, thank you… I found it in another post about them too.
I knew it had to be possible.

1 Like