Login / Status
developer.Resource
Home . Documentation . Document Library . Extension Manuals
Sponsors
hosted by punkt.deTYPO3 and Open Source Magazine

1.4. Update

In case an old version of typafriend was used: If a customized version of the template was used, the freeCap CAPTCHA has to be included in the template.

Old code:

<TR bgcolor="###GC1###"><TD>###GW1B###Repeat code: *###GW1E###<BR>###GW2B###(To prevent misuse of this form we kindly ask you to read the letters in the image and repeat them in the form field.)###GW2E###</TD><TD></TD><TD>###CAPTCHA_HTML###<input type="text" size=30 name="TIPFORM[captchaResponse]" value=""></TD></TR>

New code with sc_freecap:

<!--###CAPTCHA_INSERT### this subpart is removed if CAPTCHA is not enabled! --><TR bgcolor="###GC1###"><TD>###GW1B###Repeat code: *###GW1E###<BR>###GW2B###(To prevent misuse of this form we kindly ask you to read the letters in the image and repeat them in the form field.)###GW2E###</TD><TD></TD><TD>###SR_FREECAP_IMAGE###<input type="text" size="15" id="tx_your_extension_id_pi1_captcha_response" name="TIPFORM[captcha_response]" title="###SR_FREECAP_NOTICE###" value=""></TD></TR><!--###CAPTCHA_INSERT###-->