[TYPO3] FE User Registration and Captcha

2007-08-15 Thread Aji Johannes
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_NOTICE### ###SR_FREECAP_CANT_READ### Repeat code

Re: [TYPO3] FE User Registration and Captcha

2007-08-15 Thread Mik B. Shvets
Try correct id for My code: ###SR_FREECAP_NOTICE##SR_FREECAP_IMAGE### And You must not use the the captcha_response as a required field. -- primus inter pares ___ TYPO3-english mailing list

Re: [TYPO3] FE User Registration and Captcha

2007-08-15 Thread Aji Johannes
Mik B. Shvets schrieb: > Try correct id for > My code: > > style="border-top: solid 1px #B7B7B7;"> > width="100%"> valign="middle"> > for="tx-srfeuserregister-pi1_captcha_response">###SR_FREECAP_NOTICE### > valign="middle" align="center">###SR_FREECAP_IMAGE### valign

Re: [TYPO3] FE User Registration and Captcha

2007-08-16 Thread Aji Johannes
Hello again, well, i am trying since last two days to fix the captcha_response to Frontend User Registration, but i cannot get it to work. do you have any idea to do that? any help please? many thanks regards Aji ___ TYPO3-english mailing list TYPO3

Re: [TYPO3] FE User Registration and Captcha | Solved

2007-08-15 Thread Aji Johannes
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 : --