At 10:41 AM 10/24/01 -0600, Peggy Redle wrote: >I need some guidance in dealing with radio buttons. > >How do you pass in values? How can you set the checked attribute based >on that value? How do I get the value from the chosen option?
Obviously, there's lots of ways to do this. I have found that HTML::FillInForm really makes things simple, though. You don't need to worry about making things "checked", and your forms can look like just plain old HTML forms without any template logic to select which one is selected. Give it a try. Bill Moseley mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
