[TYPO3] FE User Registration and Captcha | Solved

Aji Johannes aji.yahya at gmail.com
Wed Aug 15 22:31:50 CEST 2007


Hi List,

oh i get lol.
i haved wrong input name: name="FE[fe_users][captcha_response]

ok the right way to use captcha inside Fe User Registration is like (may 
be someone have the same problem):

inside your template add :
-----------------------------------------------------------------------------
<!--###SR_FREECAP_INSERT### this subpart is removed if CAPTCHA is not 
enabled! -->
		<label class="form-text">###SR_FREECAP_NOTICE### 
###SR_FREECAP_CANT_READ###</label><br />
		<label class="form-label">Repeat code: *</label><input type="text" 
class="form-captcha" name="FE[fe_users][captcha_response]" 
title="###SR_FREECAP_NOTICE###" value="" id="freecap" />
		###SR_FREECAP_IMAGE###
		<!--###SR_FREECAP_INSERT###-->

-----------------------------------------------------------------------------
inside TS constants:

-----------------------------------------------------------------------------
plugin.tx_srfeuserregister_pi1.formFields = 
gender,password,password_repeat,first_name,last_name,date_of_birth,city,static_info_country,email,image,captcha_response
plugin.tx_srfeuserregister_pi1.requiredFields = 
email,first_name,last_name,city,date_of_birth,captcha_response

plugin.tx_srfeuserregister_pi1.create.evalValues.captcha_response = captcha

-----------------------------------------------------------------------------



now i must try to get the error message for captcha :)


Regards

Aji




More information about the TYPO3-english mailing list