Richard,
Unfortunately this is not yet possible. If you're semi-familiar with PHP programming you might consider the signup-xtra.php script in the ListMail /xtra folder.
Some code like this might do it:
if($list==5){
// forward to my custom page
$url="http://example.com/custom.html?fn=".urlencode($fname). "&ln=".urlencode($lname)."&em=".urlencode($email);
header("Location: $url");
exit;
}
Please let me know if I can be of further assistance.
Regards