I am trying to make a website with a form with multiple orders. I want to give the user the ability to buy 5 different items at once, but each item requires separate information. But I only want the other forms to show up if the user clicks on a button that says "Click here to order additional items." I dont want to direct them to anohter page but rather have my page show all the information at that point.
Example
THis is what i have
Name, address and all that other good stuff...........
ITEM 1:
info regarding item 1
ITEM 2:
info regarding item 2
Item 3:
....
Item 4:
...
Item 5:
....
This is what I WANT:
Name.........................
Item 1:
info regarding item 1
CLICK HERE TO ORDER MORE ITEMS (I dont want to send them to another page, I want this information to appear on the current page)
(and then once clicked )
Item 2:
.....
...
....
Item 5:
...
I hope this wasnt too confusing. I knwo this is possible and probably quite simple, but I have not been able to find a site that can tell me this (which is no wonder considering how well I explain this 🙂
Any help would be greatly appreciated.
Example
THis is what i have
Name, address and all that other good stuff...........
ITEM 1:
info regarding item 1
ITEM 2:
info regarding item 2
Item 3:
....
Item 4:
...
Item 5:
....
This is what I WANT:
Name.........................
Item 1:
info regarding item 1
CLICK HERE TO ORDER MORE ITEMS (I dont want to send them to another page, I want this information to appear on the current page)
(and then once clicked )
Item 2:
.....
...
....
Item 5:
...
I hope this wasnt too confusing. I knwo this is possible and probably quite simple, but I have not been able to find a site that can tell me this (which is no wonder considering how well I explain this 🙂
Any help would be greatly appreciated.