Hi Guys,
Is there any scripts other than the below to hide and show the fields without blank space, since this script is not supported in cross browsers due to 'crmForm'.
crmForm.all.attribute_name_c.style.display = 'none';
crmForm.all. attribute_name_d.style.display = 'none';
We have tried using 'document.getElementbyId' but it is behaving same as Xrm script. Please help us on rectifying the cross browser issue.
Arun Kumar G