Quote:
Originally Posted by peterska2
With multiple selection profile fields I'm 99% sure that you have to hardcode what you want them to display as the output is the option number values.
|
I'm looking for a way to get the field option names from the database though, and not having to hard code it. There are various hacks that slap profile fields into the postbit, and when multiple selection ones are done, it posts just the bitcount, which isn't helpful to the end user.
Quote:
Originally Posted by tommyxv
I have profile drop downs for Year, Make, Model for an automotive website and to display the info in the postbit I use this....
Code:
<if condition="$post['field11'] AND $post['field12'] AND $post['field13']"><div><b>$post[field11] $post[field12] $post[field13]</b></div></if>
They must have all 3 filled in for it to show.
|
Thanks for trying to help, but that's got nothing to do with my question, sorry! I'm trying to find out how to grab the name of each checkbox from the backend, or at least where they're located.