[TYPO3] sr_feuser_register edit fields are blank

Franz Holzinger franz at fholzinger.com
Mon Jan 29 09:23:53 CET 2007


Hello Robert,

>> I'm using sr_feuser_register 2.5.2 on Typo3 4.0.4, and everything
>> works fine except the fields on the editing page are empty.
>>
>> Does anybody know why?
>>
>> Cheers
>> Ro
> 
> I just switched to version 2.5.5 and still the same issue.
> 
see
http://jambage.com/index.php?id=213&tt_board_uid=253&cHash=c958d55331

You have to change the template:
old:
<form id="tx-srfeuserregister-pi1-###FORM_NAME###" method="post"
action="###FORM_URL###" enctype="multipart/form-data" ###FORM_ONSUBMIT###>

new:
<form id="###FORM_NAME###" method="post" action="###FORM_URL###"
enctype="multipart/form-data" ###FORM_ONSUBMIT###>

Unfortunately this did not work in the past and I had to break
compatibility here.

- Franz


More information about the TYPO3-english mailing list