• I have a form showing up on a page with slug event-form and the form tag has following attributes.

    <form action="event-form" method="post">
    </form>

    when I tried to run this code by pressing submit it is constantly return me error 404. How can I solve this issue?

  • The topic ‘WordPress page returning error 404’ is closed to new replies.