Support

Account

Home Forums Front-end Issues ACF Google map custom styles field not rendering Reply To: ACF Google map custom styles field not rendering

  • Parse the styles string into proper JSON like:

    var styles = JSON.parse(document.getElementById('map-styles').textContent);