[TYPO3] extension "FE user registration" add field not work
Richard Paquet
news at oberon-inf.com
Fri Mar 10 18:00:26 CET 2006
Hi everybody,
I want to add field to user form.
Steps:
1- Create extension and extended fe_users table
It work because in the backend on the user record, I see the new field.
2- Modify the template
3- I add my field to formFields
plugin.tx_srfeuserregister_pi1.formFields = email,password,telephone,first_name, last_name,tel_residence
4- I add some line for language and rules
plugin.tx_srfeuserregister_pi1._LOCAL_LANG.languageCode.tel_residence = Téléphone Résidence
plugin.tx_srfeuserregister_pi1._LOCAL_LANG.languageCode.missing_tel_residence = Vous devez entrer votre téléphone de résidence
plugin.tx_srfeuserregister_pi1._LOCAL_LANG.languageCode.evalErrors_evalRuleName_tel_residence =
and in front end I see marker for my new field:
Veuillez compléter les informations de votre compte
Mot de passe: *
Une seconde fois:
Prénom: *
Nom: *
###LABEL_TEL_RESIDENCE### ###REQUIRED_TEL_RESIDENCE###
###MISSING_TEL_RESIDENCE###
Téléphone:
Courrier électronique: *
Groupe d'utilisateurs: *
Étudiants Cycle 1Étudiants Cycle 2
N.B.: Les champs marqués d'un * doivent être complétés!
Any idea?
More information about the TYPO3-english
mailing list