• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

HTML/VBScript/JavaScript Question

YodaMan

Member
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.
 
Hey thanks a lot, this is basically what I was looking on. I just have one more question which is; if something is hidden can the page size be adjusted? Meaning my form has a lot of white space when hidden. Is there a way for that white space not to be there and the form to appear correctly when someone clicks on Visible?
Thanks a lot once again!
 
Ummm....I'm not sure off hand. I guess you could put the entire form in a table with a colored background/image or something, but that's probably about it. Personally, I would find it annoying if the page resized every time I clicked a radio box.
 
Back
Top