Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Radio Buttons

Quote Reply
Radio Buttons
Hello,

I would like to include a field with a "radio button" in the add, modify and validate pages. How (in newbie terms) do I go about doing this?

I apoligize if this is redundant.. I was unable to find anything both relevant and understandable (to a perl newbie) in the forums..

Thank you!
Katina
Quote Reply
Re: Radio Buttons In reply to
I should probably mention that I have db_gen_category_list on (because of extensive categories), so apparently the add/modify will have to be done through the cgi scripts and not the html pages..

Thanks!
Katina
Quote Reply
Re: Radio Buttons In reply to
In the .def file you set up the radio button fields. This automatically generates them for the admin area.

In the templates, you need to code them in, and that is just standard HTML.