Hello everyone,
I’m trying to show social media icons as links on the user profile. for that, I have made input fields for each of them.
.
The problem is, I want to only show the icon if the user fills the input field, and I can’t use a simple visibility condition because it will leave a gap between the icons—for example: O OO O. Instead, I want it: OOOO.
My idea is to use a repeating group. For instance, if the user fills only Instagram and Facebook URLs without filling the youtube and Linkedin input fields between them, then I will only show both IG and FB icons beside each other without a big gap.
My other problem is that the input fields are single-value data type, not a list. My questions are, how do I combine these single value data types into a list in the RG’s data source field? Or is there any other method?