ejemy
Forum Replies Created
-
Hi Easin,
many thanks for your reply. i try create ticket to find out the probs
regards
jemy
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Show Captcha ImageGreeting Miyoshi-san
i can solved why the image not showing
when i use this code :$gambar=$captcha_instance->generate_image( $prefix, $word );
this is will generate image and word, the problem is, location of the file is in
“plugin directory url” /tmpwhen i use contact form 7 the location is in “/wp-content/upload/wpcf7_captcha/”
i use this code for get the image :
$file=”really-simple-captcha”;
$alamat=plugin_dir_url( $file ) .”really-simple-captcha/tmp/”;
and for show it
“<img class=”wpcf7-form-control wpcf7-captchac wpcf7-captcha-captcha-744″
src=”<?php echo $alamat. $gambar; ?>”
alt=”” width=”72″ height=”24″>”its working good!
by the way, why i use my own code its , i need really simple captcha for my own form to load my custom data in WP web.
thank you very much
Regards
Jemy
Forum: Plugins
In reply to: [Really Simple CAPTCHA] Show Captcha ImageHi Miyoshi-San
many thanks to answers my question. sorry i newbie in WP and web.
if i using this script :
< img class=”wpcf7-form-control wpcf7-captchac wpcf7-captcha-captcha-744″ src=”<?php echo $prefix; ?>.png” alt=”captcha” width=”72″ height=”24″ >
its correct script to show the image?
Regards
Jemy