Form including PHP and HTML code doesn’t find target page
-
I implemented “php” code in page using [/shortcode]
i broke down my code to a minimum.
Issue: as soon i insert data the the field “name” and i submit the form the target page will not be found, as long the field remains empty, submitting will be successfully
<?php ?> <form action="" method="post"> <input type="text" name="name"> <input type="submit" value="Formular absenden"> </form> </body> </html>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Form including PHP and HTML code doesn’t find target page’ is closed to new replies.