Added: 06/07/2016 | Updated: 8 Years Ago
Question How do I add an image CAPTCHA verification to a capture page?
Answer
Adding CAPTCHA to a Capture Page
There are 2 ways you can add captcha verification to a capture page:
1) Through PHP
2) Through the WYSIWYG
Adding CAPTCHA Using PHP
Below is the php code which would be used for adding CAPTCHA to capture page using php form code.
Also, you can use both
$captureImageNum and
$captchaTime to create the Captcha Image as follows:
Adding CAPTCHA Using PHP
Below is HTML code which would be used for adding CAPTCHA to capture page using the WYSIWYG editor.