Hi,
all your lines are not correct, that ='x' is not necessary.
the syntax to change the label is
Xrm.Page.getControl(fieldname).setLabel('new label');
so for address1_postalcode field will be:
Xrm.Page.getControl('address1_postalcode').setLabel('Postal Code');
and the field must be inside the form
My blog: www.crmanswers.net -
Rockstar 365 Profile