Hi all
I'm after some simple examples of how to display content based on answers in specific fields.
All I want to do is something simple like:
if ({data:BO_Q1}<> 'Yes')
echo "Question 1 is Marked as No or Unsure";
I can't seem to find any documentation on how the php variables are called, or in fact very much documentation on the php feature more broadly.
Any assistance to point me in the right direction would be gratefully received.
I'm after some simple examples of how to display content based on answers in specific fields.
All I want to do is something simple like:
if ({data:BO_Q1}<> 'Yes')
echo "Question 1 is Marked as No or Unsure";
I can't seem to find any documentation on how the php variables are called, or in fact very much documentation on the php feature more broadly.
Any assistance to point me in the right direction would be gratefully received.