Im looking for a script that can do the same as what this page does http://www.mrporkys.com/personalise_your_order_lads.php any help/advice etc will be very helpful thank you
ok hopefully this link will work http://www.mrporkys.com/personalise_your_order_lads.php at the bottom of the page there is an option to change the quantity of shirts, and on the dropdown box there are numbers, so when they click, 30, for example another 30 text boxes etc etc come up thanks
but You need code to do just what You described? or You want clone all functionalities from that site?
so on that website you have nothing more than simple html form and some php "for" loop on serverside (and ofcourse nice design - but code itself is very simple) check out my recent code at: http://eul.pl/bcard/bcard.php (just click "add row" few times) which might inspire You how to do it using jQuery ;-)