HOW TO ADD SELECT2 AS A REPEATER FIELD
Create html template. Add script to the repeater
Create html template. Add script to the repeater
<?php $address = “Kathmandu, Nepal”; $url = “https://maps.google.com/maps/api/geocode/json?key=AIzaSyAPV_cu88rjpd2sXAO0N1mW94T_AlBkIC4&address=”.urlencode($address); $ch = curl_init(); curl_setopt($ch,…