Here's what I use:
Code:
$formtitle = "$normalanswer1 - $answer1 - $dropdownanswer1 $answer3, $dropdownanswer2";
$posttitle = "$formtitle";
And it works just fine. I also made $pagetitle into something custom (and changed the breadcrumb in the
form template to show $pagetitle) otherwise the name of the form, the breadcrumb, and the title of page will be blank, since the answers have yet to be filled out yet.
OHH... duh. Look at your code again, you're using $normalquestion1 instead of $normalanswer1.