I'm pretty sure this one requires hacking, but I might as well ask.....
I have several things in mind (for custom profile fields) that require conditionals. For example, a gender field. I would want to have 3 options....... Male, Female, and Not Specified. If it is Not Specified, it currently shows up in postbit as 'Not Specified'. I was wondering if you could use a conditional for this.
<if condition="$post[fieldx] == 'Male'">Male</if>
<if condition="$post[fieldx] == 'Female'">Female</if>
Anyone have any advice? Thanks
I have several things in mind (for custom profile fields) that require conditionals. For example, a gender field. I would want to have 3 options....... Male, Female, and Not Specified. If it is Not Specified, it currently shows up in postbit as 'Not Specified'. I was wondering if you could use a conditional for this.
<if condition="$post[fieldx] == 'Male'">Male</if>
<if condition="$post[fieldx] == 'Female'">Female</if>
Anyone have any advice? Thanks

Comment