Why is this custom form in WordPress not directing to the specified action?

When submitting the following custom form in WordPress, the system sends to index.php instead of the php page specified in action. Why is this happening and how can it be resolved?

Code:

<form action="<?php bloginfo('template_url'); ?>/signincode.php" method="POST" id="form2">

Related posts

Leave a Reply

1 comment