See me, field me
April 19, 2008 7:37 AM Subscribe
WebDesignFilter: How can I show certain elements of a form depending on the value of a radio button?
I'm creating a form for a small-time personal project, and I absolutely love
Fling Media's contact form. It uses the Yahoo UI toolkit to great effect to get a dynamically updated form depending on the type of contact you want. Are there any simpler implementations of this effect? I just want to show a certain set of fields when one option is selected and a different set when another is selected. I'd like to do it dynamically too, without having to load a new page. No fancy effects required.
posted by trim17 to computers & internet (3 answers total) 3 users marked this as a favorite
MUCH easier if you use something to enable DOM manipulation, like Prototype.
posted by SpecialK at 8:11 AM on April 19, 2008