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">
One lead in this problem. Once again I came across this issue and again googled but to no avail. But i figured out that when setting the permalink anything other then default works just fine. Can anyone explain me about this? Thanks you.
You must log in to post.