Teddy, what about all the "Q"'s that appeared in the Portfolio main page on every field?
Also, for ease on the eyes...can you edit your post above that shows the code, and use the php tags?

Makes it much easier for everyone to see IMO. Not that big of a deal really, but it does make a difference. Perhaps in the future postings. hehe
PHP Code:
$profilefieldname="field$profilefield[profilefieldid]";
$profilefield[value]=$userinfo[$profilefieldname];
eval("\$customfields .= \"".gettemplate("getinfo_customfields")."\";");
}
as opposed to:
$profilefieldname="field$profilefield[profilefieldid]";
$profilefield[value]=$userinfo[$profilefieldname];
eval("\$customfields .= \"".gettemplate("getinfo_customfields")."\";");
}