Development

#3550: indexSuccess.php

You must first sign up to be able to contribute.

Ticket #3550: indexSuccess.php

File indexSuccess.php, 267 bytes (added by djoos, 8 months ago)

recaptcha -> sf_re_captcha_plugin

Line 
1 <?php use_helper('recaptcha'); ?>
2
3 <?php echo form_tag('recaptcha/index'); ?>
4   <?php echo recaptcha_get_html(sfConfig::get('app_sf_re_captcha_plugin_publickey'),
5     $sf_request->getError('recaptcha_response_field')); ?>
6   <?php echo submit_tag('submit'); ?>
7 </form>