About
Installation
Documentation
Plugins
Community
Blog
Development
Development
#3550: indexSuccess.php
You must first
sign up
to be able to contribute.
Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
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>
Download in other formats:
Original Format