-
January 21st, 2001, 20:18
#1
Junior Member
Hello! I'm no programmer nor do I want to be but this problem has me stumped. I have a form on a website that includes, among other things, radio buttons. Well when a user enters data into the form and submits it, everything is emailed to me just fine..except for the radio button input. The radio buttons are to identify the title of the person, ie. Mr. Mrs. Miss Ms and Dr. Only one can be selected, they all have values assigned, all have the same group name and they are contained within the form. Here is just the code showing the radio buttons...
<INPUT TYPE="radio" NAME="title" VALUE="mr" checked>
Mr.
<INPUT TYPE="radio" NAME="title" VALUE="mrs">
Mrs.
<INPUT TYPE="radio" NAME="title" VALUE="ms">
Ms
<INPUT TYPE="radio" NAME="title" VALUE="miss">
Miss
<INPUT TYPE="radio" NAME="title" VALUE="dr">
Dr.
I'm using Matt's Formail 1.6 and the server is using Perl. Any ideas or suggestions would be appreciated!
Mike
-
January 26th, 2001, 17:37
#2
Junior Member
Solution
I gave up trying to fix the script so I used Anymail instead and now everything works fine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks