[TYPO3-english] Typo3 sr_feuser_register extension adding new fields

Baber baber.ahmed at wisetiger.co.uk
Tue Oct 12 11:05:26 CEST 2010


Hi All,

New to typo3 and to extension building. I am using kickstarter to add an
extra field to my registration form, Please see below for code from my
template file.

<!-- ###SUB_INCLUDED_FIELD_tx_suppliercats_sup_cat### -->
<dt>
<label
for="tx-srfeuserregisterpi1-tx_suppliercats_sup_cat">###LABEL_tx_suppliercats_sup_cat##</label>
###REQUIRED_tx_suppliercats_sup_cat###
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_tx_suppliercats_sup_cat### -->
<p
class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_tx_suppliercats_sup_cat###</p>
<!-- ###SUB_ERROR_FIELD_tx_suppliercats_sup_cat### -->
<!-- ###SUB_REQUIRED_FIELD_tx_suppliercats_sup_cat### -->
<p
class="tx-srfeuserregister-pi1-error">###MISSING_tx_suppliercats_sup_cat###</p>
<!-- ###SUB_REQUIRED_FIELD_tx_suppliercats_sup_cat### -->
###TCA_INPUT_tx_suppliercats_sup_cat###
</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_suppliercats_sup_cat### -->


Now I took this code from the documentation of the extension and changed the
field name to be mine from the kickstarter extension. The field shows up in
my registration form and has the correct dropdown options but I have the
following text apearing that i can't get rid off :(

 ###LABEL_tx_suppliercats_sup_cat###  
###REQUIRED_tx_suppliercats_sup_cat###

How can I correct the code so that this stop apearing please?

Kind Regards
Bob

	
-- 
View this message in context: http://old.nabble.com/Typo3-sr_feuser_register-extension-adding-new-fields-tp29941390p29941390.html
Sent from the TYPO3 English mailing list archive at Nabble.com.



More information about the TYPO3-english mailing list