Sorry, it's hard to give access to that page. It's dependent on a login session that I can't do at the moment. But it's in the Server Behavior $GoTo redirect line after inserting or deleting and redirecting to the Form page.
$InsertGoTo = "page_g.php#optionaldiv";
if (function_exists("rel2abs")) $InsertGoTo = $InsertGoTo?rel2abs($InsertGoTo,dirname(__FILE__)):"";
$InsertOptQuery->redirect($InsertGoTo);
The fields become blank again when back on the page. The $Session variables are lost. I thought there may be something generic that would be a quick fix. If not, I'll see if I can give access some way. Thank you.