Remove CurrencySymbol with javascript from crm forms
Form removing currency symbol from money fields on crm form write the script below on crm form onload.
document.getElementById('fieldname_sym').style.display= 'none';
document.getElementById('fieldname_sym').style.display= 'none';
Yorumlar
Yorum Gönder