Hi,

I dont think that this will work (or, if it does, it will not work in somebody else's browser)
So I would recommend to return a form again but to pre-fill it with the visitor's response.
A suitable fragment could read
Code:
<input type=text name=email value="<?if(isset($_POST['email'])) print $_POST['email'];?>">
Musicman