[TYPO3-english] textarea as extra field in sr_feuser_register won't show up

Jeppe Donslund jeppe at originalen.com
Fri Jan 18 12:47:43 CET 2013


I am adding extra fileds to sr_feuser_register nd with regular INOPUT 
fields there are no problems, but TEXTAREAs won't show up.

This I have inserted in my html

<!-- ###SUB_INCLUDED_FIELD_tx_origfeuserlist_description### -->
<dt>
<label for="tx-srfeuserregister-pi1-tx_origfeuserlist_description">
	###LABEL_TX_ORIGFEUSERLIST_DESCRIPTION###
</label>
<span class="tx-srfeuserregister-pi1-required">
	###REQUIRED_TX_ORIGFEUSERLIST_DESCRIPTION###
</span>
</dt>
<dd>
<!-- ###SUB_ERROR_FIELD_tx_origfeuserlist_description### -->
<p class="tx-srfeuserregister-pi1-error">
	###EVAL_ERROR_FIELD_tx_origfeuserlist_description###
</p>
<!-- ###SUB_ERROR_FIELD_tx_origfeuserlist_description### -->
<!-- ###SUB_REQUIRED_FIELD_tx_origfeuserlist_description### -->
<p class="tx-srfeuserregister-pi1-error">
	###MISSING_TX_ORIGFEUSERLIST_DESCRIPTION###
</p>
<!-- ###SUB_REQUIRED_FIELD_tx_origfeuserlist_description### -->
###TCA_INPUT_tx_origfeuserlist_description###
</dd>
<!-- ###SUB_INCLUDED_FIELD_tx_origfeuserlist_description### →

and this is what is rendered to frontend

<dt>
<label for="tx-srfeuserregister-pi1-tx_origfeuserlist_description">
/label>
<span class="tx-srfeuserregister-pi1-required"></span>
</dt>
<dd>
		
		
		
</dd>

The fields are created as in a small extension using the Kickstarter and 
as I told, there are no problems with the INPUT fields


What could be wrong?

Kind regards
Jeppe Donslund


More information about the TYPO3-english mailing list