Creating dynamic form

gcndc

New Member
I am trying to create a dynamic form. What I mean is that I have an order form that has several pages of publications that are available for selection. On the last page is the form where the user enters name, address, etc. At the end of the form what I would like is that when the user selects a publication on the list, the publication info is automatically listed at the end of the form. And with each publication selected, the next item is listed under the previous selection. For example:

List page Order form
1. Title 1 [] Name__________________
2. Title 2 [] Address________________
3. Title 3 []

When the user checks 1 and 3 the form will look like this:

Order form
Name___________
Address_________

Title 1
Title 3

Any suggestions?
Thanks
 

gcndc

New Member
Thanks. I am not familiar with AJAX, any suggestions on sites to look at that would help me to create this form?
 
Top