Re: Can you run multiple profile loops in single/profile-loop.php ?
@janismo take a care asking everyone and their dog to look at your problem you must allow some time, generally the people that can help are pretty busy themselves.
Last post I saw mention of ‘Can only get one value for radio button’ radio form controls can only be in one state or value, if you were needing to see if a profile should do something based on a number possible radio selections can you not do:
if radio == ” || radio == ” || radio == ” it’s probably a little long winded and better done by doing something like an array compare or some other more elegant approach.