I need to know how can I make a page that acts like this one:
http://www.stampile.ro/comanda.php
How can I make the forms appear and disappear?
Can you show me how? I have all the forms and the radio button but I don’t know how to create something like that.
You can change the content of a
<div>using jquery. Basicly it works like this:See: http://jsfiddle.net/n9Vb9/
When using this in a form I want to advice you to take a look at this page: Show/hide fields depending on select value