diff --git a/plugins/format/address.inc b/plugins/format/address.inc
index 6fe37df..d44c8c3 100644
--- a/plugins/format/address.inc
+++ b/plugins/format/address.inc
@@ -395,7 +395,8 @@ function addressfield_format_address_generate(&$format, $address, $context = arr
   if ($context['mode'] == 'form') {
     // Provide a wrapper ID for AJAX replacement based on country selection.
     if (!isset($format['#wrapper_id'])) {
-      $format['#wrapper_id'] = drupal_html_id('addressfield-wrapper');
+      // Add delta.
+      $format['#wrapper_id'] = drupal_html_id('addressfield-wrapper-' . $context['delta']);
       $format['#prefix'] = '<div id="' . $format['#wrapper_id'] . '">';
       $format['#suffix'] = '</div>';
     }
