Contact.php

I want to remove the captcha in my contact form and replace it with my bot_stopper human question. I cannot find the page nor the field editor. Does it exist or do I need to manually edit the page?

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 22 Nov 2012

You will have to modify the contact.php file found in your Dolphin root directory . This is the code snippet on the page that you need to replace :

 

            'captcha' => array(
                'type' => 'captcha',
                'caption' => _t('_Enter what you see'),
                'name' => 'securityImageValue',
                'required' => true,
                'checker' => array(
                    'func' => 'captcha',
                    'error' => _t( '_Incorrect Captcha' ),
                ),
            ),

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 22 Nov 2012

TY

http://towtalk.net ... Hosted by Zarconia.net!
Quote · 22 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.