I have a simple form of one text field and two combo boxes. Normally, the action is $PHP_SELF which, in unintended results, returned a new blank form every time I entered data and hit enter. To test the action, I copied the identical file, called it by another name and had the two forms' actions call eachother. When I enter text and hit submit, it does call the "mirrored" file as expected BUT it reprints the form rather than processes the data. However, when I actually hit the submit button, it works fine. I have tried javascript which gives the same result. I am at my wit's end trying to figure out why the data is not being processed using enter yet the form is actually following the intended action. Can someone give me some direction, please?
Many thanks!