Disable form element

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Disable form element

    How can i make DW form element be disable unless a particular radio button is
    clicked? I know how to start the form with the element disabled but i don't
    know how to enable it again based on a radio button being checked ????

    Shmooter Guest

  2. Similar Questions and Discussions

    1. javascript help - form element has no properties
      i'm having trouble figuring out this error: document.getElementById("tsearch") has no properties here is the javascript: <script...
    2. cfform - Element is undefined in FORM
      This is sooo frustrating and weird. I have a form that keeps triggering Element XXX is undefined in FORM. But, if I view the html source, it shows...
    3. Undefined element in form - Please Help
      I keep on getting a message displayed stating that I have an undefined element in a form - I have checked and everything looks OK - did a <cfdump>...
    4. Undefined element in form
      I keep on getting a message - Element STARTTIME_HOUR is undefined in FORM ??? I have checked everything that I can think of and can see...
    5. Element (.....) is undefined in FORM
      I am getting this error message after I submit a form (parts request):Error Occurred While Processing Request Element LIPSEALS4044 is undefined in...
  3. #2

    Default Re: Disable form element

    what do you mean with "disable", that the user can't input data in it?
    how do you disable it initially?

    Shmooter wrote:
    > How can i make DW form element be disable unless a particular radio button is
    > clicked? I know how to start the form with the element disabled but i don't
    > know how to enable it again based on a radio button being checked ????
    >
    Manuel Socarras Guest

  4. #3

    Default Re: Disable form element

    Check out Marja's extension:
    [url]http://www.flevooware.nl/dreamweaver/extdetails.asp?extID=22[/url]

    "Shmooter" <webforumsuser@macromedia.com> wrote in message
    news:d3ib9r$6pu$1@forums.macromedia.com...
    > How can i make DW form element be disable unless a particular radio button
    > is
    > clicked? I know how to start the form with the element disabled but i
    > don't
    > know how to enable it again based on a radio button being checked ????
    >

    Les Matthews Guest

Posting Permissions

  • You may not post new threads
  • You may 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139