Closed Thread
Results 1 to 2 of 2

Thread: Radio buttons not working

  1. #1
    Junior Member comndr is an unknown quantity at this point
    Join Date
    Jan 2001
    Location
    Toronto
    Posts
    2

    Sad

    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

  2. #2
    Junior Member comndr is an unknown quantity at this point
    Join Date
    Jan 2001
    Location
    Toronto
    Posts
    2

    Smile Solution

    I gave up trying to fix the script so I used Anymail instead and now everything works fine.

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts