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">
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">