[TYPO3-english] Adding new field "mobile telephone" sr_feuser_register

agarcia at empel-technologies.es agarcia at empel-technologies.es
Tue Jun 7 09:21:04 CEST 2011


Hi, I am trying to add a new field to sr_feuser_register form, but the docs are not very clear for me.  Anyone have the steps to do it ok?

I create a new extension with kickstarter "registrationform", I have put the new field on the sr_feuser_template.

<tr>
	<!-- ###SUB_INCLUDED_FIELD_mobile### -->
	<td>
		<label for="tx-srfeuserregister-pi1-mobile">###LABEL_MOBILE### ###REQUIRED_MOBILE###</label>
	</td>
	<td>
		<!-- ###SUB_ERROR_FIELD_mobile### -->
		<p class="tx-srfeuserregister-pi1-error">###EVAL_ERROR_FIELD_mobile###</p>
		<!-- ###SUB_ERROR_FIELD_mobile### -->
		<!-- ###SUB_REQUIRED_FIELD_mobile### -->
		<p class="tx-srfeuserregister-pi1-error">###MISSING_MOBILE###</p>
		<!-- ###SUB_REQUIRED_FIELD_mobile### -->
		<input id="tx-srfeuserregister-pi1-mobile" class="tx-srfeuserregister-pi1-text" size="25" maxlength="25" title="###TOOLTIP_MOBILE###" name="###NAME_MOBILE###" type="text">
	</td>###TCA_INPUT_mobile####
	<!-- ###SUB_INCLUDED_FIELD_mobile### -->
    

    </tr>

I put the language to the label on sr_feuser_register but i did not get it ok.

ANY HELP ? PLEASE:...

Best regards,
Ángel García


More information about the TYPO3-english mailing list