![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Form Customization
I have created a list in a form and as one of my list values I have "select
on...." with several options listed below. I want to make it so the user cannot select the "select one....." option. I want them the have to select a value in my list. Please advise. Thanks. |
|
|||
|
Re: Form Customization
Use an optgroup tag, e.g.,
<select...> <option>Value 1</option> .... <optgroup>SELECT FURTHER</optgroup> .... </select> -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "smithcommercial" <webforumsuser@macromedia.com> wrote in message news:fqhhah$e7q$1@forums.macromedia.com... >I have created a list in a form and as one of my list values I have "select > on...." with several options listed below. I want to make it so the user > cannot select the "select one....." option. I want them the have to > select a > value in my list. Please advise. Thanks. > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|