I like the new bit in version 7.7 where you can edit certain pieces of your profile through the control panel (using the intUpdatePartNumber variable).
I modified the registration_rules.asp page to append "&FPN=1" in the url sent to register.asp, thinking that new users only would need to enter username, password, email and the security code. Then they can enter other stuff if the want to later. The register.asp page opens fine, but when submitting, it seems to ignore javascript validation and asp fails in a place that does not make sense to me.
Any ideas if this is doable or if there might be a better way to limit new registrations to username, password, email, and security code?