Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Viewing all articles
Browse latest Browse all 5993

sanjeevani on "contact form captcha image not displaying in my own plugin"

$
0
0

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.

https://wordpress.org/plugins/captcha/


Viewing all articles
Browse latest Browse all 5993

Trending Articles