[Solved] isset($_POST[‘Submit’] not set after submit


I solved the case: the problem was, that because of the URL localhost[...]/test.php?nav=kontakt the form always tried to execute a GET request. Now I have to use a static page instead of the test.php with parameter

solved isset($_POST[‘Submit’] not set after submit