Is there anyway to tell the name of the form being submitted from the php script. I have multiple forms on my page and I want to be able to distinguish between them easily.
I don't want to have to send them to different directories or parse the name attributes unless I have to.
I don't want to have to send them to different directories or parse the name attributes unless I have to.