why is wordpress redirecting to home page after form submit?

I am using ‘get’ method submit the form, but instead of form being submitted to the same page, it redirects to homepage.

<form id="myform" name="myform" action="<?php echo get_permalink( $post->ID ); ?>" method="get">

Related posts

Leave a Reply