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.