PDA

View Full Version : Image selection in form


Ted Varnson
01-30-2006, 08:15 PM
I'm not sure where to put this, so I chose this general forum, but I have a question concerning images in a form.

So i have this order form set up, are there any solutions that will allow me the click an image to select it? I'll post examples below.

I have a regular form right now, but its just appealing to me, so i want to be able to only show the images. Any solutions?

mlseim
01-31-2006, 06:11 PM
Is your form a static form ... meaning it is displayed as an .html file,
or is it generated by a PHP script?

If it's generated by a PHP script, you of course would use scripting to select
it and redisplay the form.

If it's static, you could use Javascript and cookies to select it. This would
disable your form if someone has either turned off.

In either case, the person would have to know which one is active ...
some sort of indicator, which is why the radio buttons would be just fine.