i'm using a custom form written by someone else, but i wanted to add captcha to the middle of the form, ie after 3rd input line. how do i do that?
i'm using a custom form written by someone else, but i wanted to add captcha to the middle of the form, ie after 3rd input line. how do i do that?
sorry just missing this from the faqs. and just resolved the problem.
moved this code to go right below where i wanted the captcha to show and it worksed <?php do_action('comment_form', $post->ID); ?>
You must log in to post.