I am customizing the OptiSkin ISP Manager so my resellers can use it to manage their slave accounts. The only problem I am having is the order form that is used within the ISP Manager. Here is the roadblock that i have come across... I have each reseller setup as an employee so when the order is created, it saves their "Employee Login" as the Account class. This way they can then edit their accounts from the ISP manager since their Employee Login is restricted to their own account class. I need to be able to write to the Miscellaneous fields from the 1 page "Add Customer" Form, but it appears OptiGold will not allow this using the: "&-Script=" & Server.URLEncode("ISP Management Web") & _ If I change this to: "&-Script=" & Server.URLEncode("Online Signup Step 3") & _ it then writes the EmployeeLogin & Employee Password to the Misc1 & 2 fields. I remember Shawn saying that Account Class could not be written to directly from the web. It appears the order form uses the Misc 1 & 2 fields to pass the EmployeeLogin & password to OptiGold. Is there anyway to write to the Account Class field using "Online Signup Step 3"? Or to the Miscellaneous fields using "ISP Management Web"? Hopefully there is a workaround for this Any help would be greatly appreciated. -David Tanguay www.interactiveonline.net