NameSilo

How to create dynamic order forms?

Spaceship Spaceship
Watch
Hello,

I wanted to know how to make dynamic order forms like http://codemyconcept.com/order-now or if someone can point me to a similar jquery plugin or explain how they work.

Would really appreciate any help.

Regards
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
you can use jQuery Dynamic Form v1.0
 
0
•••
If you have a seller table and assign to each seller a product_categories table with its products table tied to the seller_id and you standardized all with listboxes only, probably you can simplify your design and do a single step or a multistep form if the purchase process is complex, using Ajax and changing dynamically your seller and then the seller product_category and then the corresponding products, with the nice CCS Ajax dependent listboxes features.
 
Last edited:
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back