Hi all
I am trying to populate part of a form from a value passed from a previous page
The code I have used so far is
<input type="text" name="domain"value="<?php $_GET['domain'];?>"
however when I go to the page the field is blank
What have I missed?