Hello,
In my site, I have a “Team” section with a repeater that contains all of the team members from a dataset. The repeater has a link to each member’s personal info dynamic page.
The dynamic pages are filtered so that only the most important people have a personal info dynamic page.
How to set the repeater to have active links only to the existing dynamic pages, and yet show all of the team members?
For example, how to have all buttons that do not have a valid dynamic page link disabled?
If it helps, I have a boolean field in my dataset that is true if that member has a page.
Thanks in advance,
Eli