Skip to main content
Participating Frequently
August 1, 2007
Question

Show form field based on radio button

  • August 1, 2007
  • 1 reply
  • 217 views
ASP / VBScript / DW CS3

As part of a form we have seven radio buttons. Five of the choices require that a State be selected from a drop-down menu. We don't want to confuse the user by having five drop-downs. How can we diplay the drop-down associated with a particular radio button only if that radio button is selected?
This topic has been closed for replies.

1 reply

Inspiring
August 4, 2007
I think what you need is a onChange event that will activate when a radio button has been selected, but not sure exactly or a onChange for the state select box.