Forum Moderators: not2easy
For example...
who will attend?
name: [name]
email: [email]
address: [address]
[ ] check to add another
if checked, this will dynamically create another section as follows:
name: [name2]
email: [email2]
address: [address2]
Is there a way to do this using DHTML or CSS?
That said if you know the max number of additional sections you will have, you can write them into the html and make them not display intially using css. You can then use some javascript to access the display or visibility property(depending on what you use) of the section and modify it so that the section will display.