[TYPO3] sr_feuser_register: form input deleted upon input error
Franz Holzinger
franz at fholzinger.com
Thu Jun 21 09:48:13 CEST 2007
Hello Peter,
> is there any possibility to prevent the registration form to loose all
> its input upon submission if there are e.g. missing required fields?
>
> I already tried value="###FIELD_company###" but with no success. This
> marker doesn't get parsed.
>
> Any ideas or hints?
check the id="..." parameter of the form tags in your template files and
compare them with the current example templates. No extension key must
be inside of the id attributes.
<form id="###FORM_NAME###" method="post" action="###FORM_URL###"
enctype="multipart/form-data" ###FORM_ONSUBMIT###>
- Franz
More information about the TYPO3-english
mailing list