[TYPO3] sr_feuser_register - empty fields after update from 2.5.1 to 2.5.2

Benjamin Fischer mailbox at typedown.com
Wed Nov 29 09:33:29 CET 2006


Hi Andre,

I had the same porblem on my installation - there seems to be an issue
concerning the form name in the template file. Have a look at the bug
report an solution on http://bugs.typo3.org/view.php?id=3986 in my
case renaming the form Fields in the HTML Template from:

 <form id="tx-srfeuserregister-pi1-###FORM_NAME###" method="post"
action="###FORM_URL###" enctype="multipart/form-data"
###FORM_ONSUBMIT###>

to

<form name="###FORM_NAME###" method="post" action="###FORM_URL###"
enctype="multipart/form-data" ###FORM_ONSUBMIT###> solved the Problem.

Best Regards, Benjamin

--

Benjamin Fischer | Dipl. Kommunikations-Designer
http://www.typedown.com

2006/11/27, Andre Stein <typo3-english at lists.netfielders.de>:
> Hi,
>
> after the update of the Front End User Registration Plugin sr_feuser_register from 2.5.1 to 2.5.2 the selector boxes are empty, and on the editing page all fields are empty.
> Swithch to 2.5.1 and it works again. Just wanted to use the new function on this update.
>
> Prob you have tips.
> ciao
> andre
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list