Cannot find the same 2 lines in the Profile page, these 2 lines appear to be the ones that should be edited
$WAFV_Errors .= WAValidateZC(((isset($_POST["UserZip"]))?$_POST["UserZip"]:"") . "",true,true,true,true,true,11);
and
var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7", "none", {validateOn:["blur"], minChars:5, maxChars:10});
When I edit them as per the User Reg page the Profile page stops working?