Hi Daniel,
while working on my custom template, I found a small error in templates/default_form.php, line 222.
original code:
[code type=php]value='{{user.getEmail}}''[/code]
should read:
[code type=php]value=''{{user.getEmail}}''[/code]
One single apostrophe is missing after "value=".
Cheers
gerhard