Quote:
Originally Posted by bluesteel
Quote:
Originally Posted by bluesteel
Great hack Abe1. Having some fun with it,but now I'm stuck
I don't know if this is possible, but in the answers, can a conditional be set somewhere that show an image depending on what the $radioanswer1 answer is?
ie if radioanswer 1 = Yes, show image 1
else
show image 2
if you know what I mean lolCan
|
anybody help me please?
|
u must try as i wrote above. something like this (if i undestanded you

):
Code:
<if condition="$gendernanswer == 1">
[img]http://yoursite.ru/male.gif[ /img] --- without spaces
<else />
[img]http://yoursite.ru/female.gif[ /img] --- without spaces
</if>