Results 1 to 3 of 3

Thread: formCheck and drop down menu

  1. #1
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default formCheck and drop down menu

    1) Script Title: formCheck

    2) Script URL (on DD): currently not live

    3) Describe problem: Not a problem per say, the script is working great, thanks.
    Although i am wanting to have it check a drop down menu with 3 options in it, it just needs to check that 1 of the 3 options is actually selected and not the default option of "Select..."

    Is this possible with this script?

    Bellow is the snippet of the drop down options

    [code]
    <select name="select" size="1">
    <option selected="selected">Select...</option>
    <option>Agricultural Holdings</option>
    <option>Businesses and Factories</option>
    <option>Full and Sectional Title</option>
    </select>
    [code]

    Thank You

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

  3. #3
    Join Date
    Feb 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

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
  •