Form submission to another page returning 404 error [duplicate]

you’re using name="name" for your first input. That breaks it. Change the name to something else as suggested above, prefix everything. name="my-prefix-name"