Hi
I'm using the address field in Drupal 9 for Country only.
In a module I process the form values after submit and send them off to a CRM.
I decode the values first with $arr = json_decode($values, true);
Simple fields are fine and I get the values OK using $arr['email'] for example.
How can I access the selected country value?
All Ive got so far is "Array"
I haven't used Drupal for a long time, but I still have an old Drupal 7 installation with the Porto theme.
I would like to deactivate the loading of Google Fonts there, but I don't know where else to look. Where could the Google API be hidden?