Support

Account

Home Forums Front-end Issues Google map address Reply To: Google map address

  • if you do:
    echo $address[0] — you would get the name of the place
    echo $address[4] — should be the zip code

    you can just put in different values to see what each one is, or you can do print_r($address); which will give you the array with all of the values.