i am trying to use an if condition for if the human verifications register option is checked or not
i have tried
Code:
<if condition="$vboptions[hvcheck][1]">
Code:
<if condition="$vboptions['hvcheck']['1']">
Code:
<if condition="$vboptions[hvcheck]">
Code:
<if condition="$vboptions['hvcheck']_register">
Code:
<if condition="$vboptions[hvcheck][1] == checked">
none seem to do the job =(
--------------- Added [DATE]1461096763[/DATE] at [TIME]1461096763[/TIME] ---------------
still trying to get this =/