When it shows the form, do something like this:
<input type="text" name="FirstName" value="<?=$FirstName;?>">
When $FirstName is set, your text box will have the value of the first name. When it is not set, your text box will be empty... like the first time someone attempts to sign up.