Skip to main content
Inspiring
May 20, 2010
Question

Help with form

  • May 20, 2010
  • 1 reply
  • 362 views

Hi,

I need to set a condition on a form:

If a radio button is selected, then a drop list appears next to it.  Can it be done with AJAX?

Thanks!

This topic has been closed for replies.

1 reply

ilssac
Inspiring
May 20, 2010

Yes, but if your requirement is really that simple, I would probably just use DHTML.

Of Course AJAX and DHTML are both just fancy, buzz wordy acronyms to say "lets uses some JavaScript to change the displayed page."

So just use some simple JavaScript to change the page.

Or a JavaScript library like JQuery.