Hi experts,
i am using below JavaScript function to select an address field;
var streetC = "{!Account.BillingStreet}";
But gets the error:
Unterminated string literal
Do anyone know how to overcome this issue? I have done bit of research on the web and realise it is got to do with breaks in the address, but dont know to overcome this.
Need your help experts.