Gossamer Forum
Home : Products : DBMan : Customization :

Check box images

Quote Reply
Check box images
Hello there. I was wondering if it is possible to set something up so that when somebody clicks on a bunch of checkboxes, we can associate them with icons or small images.

For example:

They would fill out a form like below

I want for Christmas:

_ TV _ Hammer _ New video game



Then when somebody views the record, they will see an image of a Hammer if the box is checked.

Is that possible?

Thanks so much for your help.

David
Remember, Elvis dies on the throne...
Quote Reply
Re: [akasharkbow] Check box images In reply to
I tried using the "popular" checkbox in the default version of dbman and this will work...

Shows image if box is checked-

if ($rec{'Popular'} eq "Yes") {
print qq|<IMG SRC="http://www.server.com/pathto/yourimage.gif">|;
}


Put in sub html_record where you want the image to appear.
_______________________________________________________
Lem Motlow, Proprietor Lynchburg (pop 361), Tenn.
Quote Reply
Re: [Lem Motlow] Check box images In reply to
Thanks so much. I will try that.

David Pirate
Remember, Elvis dies on the throne...