[TYPO3] FE User Registration and Captcha

Aji Johannes aji.yahya at gmail.com
Wed Aug 15 22:17:03 CEST 2007


Hello List,

im wonduring if you get Captcha working with sr_feuser_register?????

i get the image displayed, but when i put the right code in to the field 
the form will not but submitted. :(


i have this marker inside my template:

<!--###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="tx_srfeuserregister_pi1[captcha_response]" 
title="###SR_FREECAP_NOTICE###" value="" id="freecap" />
###SR_FREECAP_IMAGE###
<!--###SR_FREECAP_INSERT###-->


inside 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 = 
sr_freecap
plugin.tx_srfeuserregister_pi1._CSS_DEFAULT_STYLE >
plugin.tx_srfreecap_pi2._CSS_DEFAULT_STYLE >



and i used the ###CAPTCHA_INSERT### too but it doesnt work for me too.

any help please
many thanks and regards

Aji




More information about the TYPO3-english mailing list