Support

Account

Home Forums ACF PRO Dynamically Populate Google Map Reply To: Dynamically Populate Google Map

  • In case anyone else tries to do something like this, not sure if this is a legit way of doing it, but it seems to work:

    search.val( $('.event_venue_address input').val() ).promise().done(function(){ acf.fields.google_map._search( e ); });