Creating Dynamic Forms



Hello everyone,

I am trying to create a form will populate and display in real time.
For example:

Ln 1. Name: [ ] Sex: [\/] Favourite Sport:
[ ] [Add Button]

Ln2. Peter Jones Male Football
Jack Nickleson Male Baseball
..
..
..

And so on

Where Ln1 is a form with text areas: Name and Favourite sport and
combo box Sex. While the [Add Button] is a button that when clicked
will populate a table and display below the form as shown in ln2
onwards. And once the [Add Button] is clicked, the form clears for
more entries.

Will appreciate your help.
.