I have a website, where after submission of a form user is redirected throught Header Location to the same page but with anchor to fill in another form.
Header('Location: http://www.topdodavatel.cz/tuzby/tuzby.php#nechaj');
However, when the first form is submitted, the user is not landed on the anchored DIV, but on the bottom of page.
As you can try on development version http://www.topdodavatel.cz/tuzby/tuzby.php
What could cause that the anchor does not work? If I choose some div that is written in the code above, it works well.
Kindly thank you for your inputs!
Name is important
Give submit button like this
in the submit box name is required need to submit the form
Provide name in your submit in your site check out it will work