How to I add a blank choice to a drop down box?

  • Thread starter Tom [Pepper] Willett
  • Start date
P

P@tty Ayers

How to I add a blank choice to a drop down box?

Can you explain why you would want to do this? What would be the value of a
blank choice?

If what you want is to offer "None", it would be better to say that.
 
T

Thomas A. Rowe

I think what the user is asking is because so many sites have a blank choice in their drop down
menus.

I prefer to use the word, "Select" set to be the first item in the drop down, and selected, and then
using FP Field Validation, I disallow this first choice/option.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
T

Trevor L.

Thomas said:
I think what the user is asking is because so many sites have a blank
choice in their drop down menus.

I prefer to use the word, "Select" set to be the first item in the
drop down, and selected, and then using FP Field Validation, I
disallow this first choice/option.

Is there a need to disallow the option?

I have such a form and I just add
<option>---Select one---</option>
as the first option.
 
T

Thomas A. Rowe

Yes, if you want the user to actually have to make a selection.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top