I am trying to do a contact form and when I hit reply I get the 'email' and 'title' of the message to populate the text box on the reply form to save typing.
At the minute I get the varable data from the orignal form but it doesn't seem to post it in the value section of the textbox.
original path: mail.php?id=$id&email=$email&title=$title
TO:<br />
<input type="text" name="attn" size="40" value="<?php $_GET[email]?>" />
Am I able to populate a text box in this way? If not how can I do it. I am sure it is something with the code that is causing the problem but I don't know what.
Thanks