I added fields to the create_account form in CRE_LOADED/osCOMMERCE. The extra info goes into MySQL fine.
When a customer profile is viewed in the admin section, the extra fields are echoed out since there is really no need to change the data (it's stuff like 'How big is your company?" "How did you hear of us?")
There is an "Update" button on the page, however, in case something like name, email, address has to be updated. The problem is, when the Update button is clicked, the extra info data disappears.
Somehow, the Update action is wiping out whatever was entered into the additional fields.
Code is attached since it is long. TIA for any help!