How do I combine mandatory checkbox and textbox in forms?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a FrontPage form, I have a list of eight items to select from using the
checkbox. Only one of the eight can be selected.

Two of these items, if selected, must have a mandatory explanation. How do
I do this?
 
Use Radio Buttons for a group of items where only one can be checked. You would have to either use
custom written JavaScript client side to detect and prompt the user for additional info or
server-side (ASP, PHP, etc.) redirect the user to another page that must be completed, etc.

--
==============================================
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.
==============================================
 
Back
Top