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">
Are you using a paren and child theme?
Instead of bloginfo(‘template_url’) try
http://codex.wordpress.org/Function_Reference/get_template_directory_uri