Let me see if I understand what you are trying to do. You want to create a new dropdown for each user that shows up to 10 custom links for them? And right now, each link requires two profile fields - one for the URL and one for the Site Name?
Could you have just two fields and tell them to separate the URLs/Names with a comma and then explode the string on the comma to create an array and then spit it out that way?
|