JQuery Form Question
JQuery Form Question
Hello
I am a total beginner to jQuery and java, but I am currently working on a website for a company that will be taking orders via the website.
There will be a "place an order page" where there will be a series of forms to be filled out by the client. Based upon the response to the first form input, the second form will need to change, and this will have to occur several times. Here is a scenario:
Client is presented with dropdown style list form with choice of "Channel Letters" or "Sign Cabinets". If "channel letters" is selected, the next form element will have a dropdown list form with "standard lit", "halo lit", or "open face". However, if "sign cabinets" is choosed, the next form will instead be a dropdown list showing "single sided" double sided", etc.
So the form has to evolve as the user moves through the options. This would ideally all happen on the same page without reloading each time.
Is there a name for this type of form set? I googled "Choose Your Own Style Forms" to no avail!
Any help would be much appreciated.
Thanks a ton!