I have a complex form that is processed by php when submitted. At that point I don't want that form displayed but rather some other stuff. In order to put all the php code on one page, I have to put the complex form in an 'echo' or 'print' statement. This creates a problem editing the form using an HTML editor among other things. Alternatively I supposed I could put the form processing on a different page but that is more complicated to manage.
If I was able to explain it clearly, what is the "best practice" for handling this? TIA.
If I was able to explain it clearly, what is the "best practice" for handling this? TIA.