Hi all.
I've got 3 buttons in form
<form>
<input type="button" value="apartman" on click="forma_apartman()>
<input type="button" value="soba" on click="forma_soba()">
<input type="button" value="agroturizam" on click="forma_agroturizam()">
</form>
What I wanna do is that when user click on button "apartman", to be shown in same window that form is another form from file with name "forma1.php".
Same thing with other two buttons, but before it shows another form, the old one should be deleted.
the other two forms are in file "forma2.php" and "forma3.php"
Can this be done in php?