Webmastersite.net
Register Log In

Problem using information from checkbox

Title Problem using information from checkbox
Message Text Hi Paul,

Have set up a checkbox field called travel for the suggestlink.tpl, when setting the field up in admin have tried it with a value in and also without to see if that was the problem

On the details page I have tried this

<div class="details"><span class="labels"> <IF>{LINKCHECKED[LINKTRAVEL]}</IF>Travel: YES CAN TRAVEL</span>
</div>

And this

<IF {LINKCHECKED[LINKTRAVEL]}><div class="details"><span class="labels">Travel: YES CAN TRAVEL</span>
</div></IF>

What I am trying to do is if the checkbox has been checked on submission is to display something like this - Travel: Yes can travel - on the details.tpl

Clearly I am doing something wrong as I can get dropdown list selections to display without problem

What am I doing wrong?

Thanks Mel





Rating
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5
0/5 based on 0 votes.
Ownership mel
Views 468 views. Averaging 0 views per day.
Similar Topics
Submission Date Mar 10, 2007 - 11:11 AM