Registration submit button only works once. Need help
-
I have the following code in my custom registration page template:
<form id="registerform" name="registerform" method="post" action="<?php echo add_query_arg('do', 'register', get_permalink($post -> ID)); ?>">
When I submit the form, it does custom validation but once those validation error appears, the submit button doesn’t seem to work anymore. Does anyone know where the error is at? Is it from the
action="<?php echo add_query_arg('do', 'register', get_permalink($post -> ID)
???Thanks,
Halben
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Registration submit button only works once. Need help’ is closed to new replies.