English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am making a form for my web site where folks can add a track listing. I dont want to have a long list of fields. I only need one to be visible and when it is filled out another one appears below it and so.

2007-05-21 05:18:25 · 1 answers · asked by Zeee H 2 in Computers & Internet Programming & Design

1 answers

If you don't want to use server-side scripting, try client-side scripting with dhtml. The following two links should help:

http://www.dynamicdrive.com/dynamicindex16/chainedselects/index.htm
(chained selects so that additional options do not appear in droplists. The droplist titles and windows themselves are shown, though).

http://www.dynamicdrive.com/dynamicindex16/formdependency.htm
(this may be more useful. Form fields like radio buttons and checkboxes are kept hidden till the user makes a selection).

Hope this helps.

2007-05-21 05:38:48 · answer #1 · answered by rhapword 6 · 0 0

fedest.com, questions and answers