Re: Help getting values from radion buttons on form

2001-12-13 Thread Etienne Marcotte
Yes No note the values has changed, you can put whatever you want, you can also add more radio choices. this question should be directed to beginners-cgi:-) Etienne Rohesia Hamilton wrote: > > I'm completely new to Perl and am writing my first > script. > > I have regular input fields on a f

Help getting values from radion buttons on form

2001-12-13 Thread Rohesia Hamilton
I'm completely new to Perl and am writing my first script. I have regular input fields on a form like this: which I'm managing to access in a form-to-email script like this: $FirstName = param('FirstName'); That's working. However, wherever I have radio buttons on the form like this: Yes No t