Hi everyone,
I'm new to the boards, I just have a simple question to ask.
Is there a way I can have 2 buttons in a php file that load 2 different forms?
Say I have a script, Form1.php. If Button1 is pressed, Form2.php is loaded, and if Button2 is pressed, Form3.php is loaded?
This seems like such a simple concept, but I don't know how to do it because I get confused with the whole form action thing.