May 8th, 2009, 10:20 AM
Managed to get it to pass the username by using this
$username = $_SESSION['ft']['account']['username'];
on the form, then using the echo to put the value in the hidden field.
$username = $_SESSION['ft']['account']['username'];
on the form, then using the echo to put the value in the hidden field.