Profile builder with CAPTCHA plugin
-
hello guys please give me a hint.
i love ur plugin such a great job i will recooment it.
but i get in trouple with the captcha plugin. i always get an error.
and im also very happy to use the captcha plugin.
so i need to know where i can implement the captcha plugin to your plugin?
(which script which line) for registration and login form.i will donate 10 euro if u could help me well. i dont need the pro version i just need to use captcha plugin (https://ww.wp.xz.cn/plugins/captcha/) with profile builder.
they say to do this: insert this line where the output is?
if( function_exists( ‘cptch_display_captcha_custom’ ) ) { echo “<input type=’hidden’ name=’cntctfrm_contact_action’ value=’true’ />”; echo cptch_display_captcha_custom() } ;Then you should add the lines to the function of the entered data checking
if( function_exists( ‘cptch_check_custom_form’ ) && cptch_check_custom_form() !== true ) echo “Please complete the CAPTCHA.”
so my question where do i have to place this two lines. im a bit confused whith your code?
and my second question where can i find the inputfield of the username for further checking?
thank u so much for any help.
regards Georg
The topic ‘Profile builder with CAPTCHA plugin’ is closed to new replies.