Hi There,
I need help in showing and hiding forms, I've got 2 forms on a php page and I want to hide them when the page is loaded, and show them when the link is clicked. When one form is showing the 2nd form must be hidden, and the oher way around.
Should I have to make 2 different php files with forms and load(include) them when the link is clicked? Can anyone pls show me a sample how to do this in php, please?
Links:
Normal Form
Advanced Form
Forms:
<form name="NForm" method="POST" action="">
//Here comes tables and buttons
<br>
<br>
</form>
<form name="AForm" method="POST" action="">
//Here comes tables and buttons
<br>
<br>
</form>
thanks in advance..