What I need though is a IF statement dependng on the answer to the question, something like:
HTML Code:
<if condition="post['fieldxxx'] ='Xbox 360'"><img src="path.to.image/$post[fieldxxx].gif" alt="" />
But of course "= 'Xbox 360'" doesnt work.
Thank you for your input though, but I need an IF that says "
if the answer is
A, display this image,
else if the answer is
B display this image".