Results 1 to 4 of 4

Thread: Radio Button Problem
      
   

  1. #1
    davidlee999 is offline Private First Class
    Join Date
    Jun 2007
    Posts
    6

    Default Radio Button Problem

    Main domain is www.ethanwain.com Site is www.lapdmounted.com Question...how do I group the five radio buttons so only one can be on at a time? Everything else works fine. David 310-396-5459

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Radio Button Problem

    In the property of the radio button it has a "group name". Therefore, for each one in a particular group - name them all the same. In that manner- only one will be able to be selected.

    Example: If you were to have a question that had four answers like:
    Yes No Maybe Don't Care

    Each radio button would have the same group name (like question_one). But each value would be - Yes No Maybe Don't Care

    Andy
    PHP- is a blast!

  3. #3
    davidlee999 is offline Private First Class
    Join Date
    Jun 2007
    Posts
    6

    Default Re: Radio Button Problem

    Dear Andy:

    Thank you very much for a clear and accurate solution to my problem. Seems that this essential information was not in the tutorial, or anywhere else I could find. Thanks again. I put all radio buttons in the same group and now everything works.

    Want to come to our Open House?

    David Lee

  4. #4
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Radio Button Problem

    David-
    Glad everything is working now. If I were near LA I would indeed go to the open house.

    Just a word of caution. The domain www.ethanwain.com needs to have an index page. The reason is that if you click on that link- all your files are exposed. For security- simply put up an index page in the public_html folder.

    Andy
    PHP- is a blast!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49