contact form captcha image not displaying in my own plugin
-
hi
i created contact form in html using ajax submission and its working properly.
but when i am trying convert it into wordpress plugin, captcha image not displaying.
except image all other field are working properly.function cf_form()
{
echo ‘<img src=”captcha_code_file.php?rand=<?php echo rand(); ?>” id=”captchaimg” >
‘;
}see what code i am using for image in form function.
is it correct? please help me to solve this issue.thanks in advance.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘contact form captcha image not displaying in my own plugin’ is closed to new replies.