I have a number of different php-forms(25) that will handle some information. Instead of creating a different page for each of those forms, is it possible to be able to load a different form on the page just by selecting something from a list or hyper-link?
For example:
If I want to use form A then I click the link or button for form A, which then appears on the page when it reloads.
Let me know if you need me to explain it to you better lol.
you can have the links that you click to select forms have GET variables attached to them, so that when the page reloads, you can use those variables to determine which form to show.
e.g.: