diff --git a/apps/maarch_entreprise/actions/index_mlb.php b/apps/maarch_entreprise/actions/index_mlb.php
index 4b6bcada3063e474c9aa8cec0baa0160814725f0..6746108030daf07d1d9f77f89f044046a7834f7e 100644
--- a/apps/maarch_entreprise/actions/index_mlb.php
+++ b/apps/maarch_entreprise/actions/index_mlb.php
@@ -615,9 +615,10 @@ function get_form_txt($values, $pathManageAction,  $actionId, $table, $module, $
         $frmStr .= '<td><label for="contact" class="form_title" >'
             . '<span id="dest_multi_contact">' . _DEST . '</span>';
     if ($core->test_admin('my_contacts', 'apps', false)) {
+        $pathScriptTab = $_SESSION['config']['businessappurl']
+                . 'index.php?display=false&dir=my_contacts&page=create_contact_iframe';
         $frmStr .= ' <a href="#" id="create_multi_contact" title="' . _CREATE_CONTACT
-                . '" onclick="new Effect.toggle(\'create_contact_div\', '
-                . '\'blind\', {delay:0.2});return false;" '
+                . '" onclick="loadTab(\''.$res_id.'\',\''.$coll_id.'\',\'\',\''.$pathScriptTab.'\',\'create_contact\');return false;" '
                 . 'style="display:inline;" ><i class="fa fa-pencil" title="' 
                 . _CREATE_CONTACT . '"></i></a>';
     }
diff --git a/apps/maarch_entreprise/js/indexing.js b/apps/maarch_entreprise/js/indexing.js
index 707c7aa437e1cc09fba4c752135cc0de56b798be..e3ba7a6271bdcbc643e9eb8cf9508ed1813ff6aa 100644
--- a/apps/maarch_entreprise/js/indexing.js
+++ b/apps/maarch_entreprise/js/indexing.js
@@ -1728,6 +1728,11 @@ function set_new_contact_address(path_manage_script, id_div, close,transmission)
             } else if (parent.parent.$('contact')) {
                 parent.parent.$('contact').value = response.contactName;
             }
+            if (parent.$('email')) {
+                parent.$('email').value = response.contactName;
+            } else if (parent.parent.$('email')) {
+                parent.parent.$('email').value = response.contactName;
+            }
             if (parent.$('contactidAttach')) {
                 parent.$('contactidAttach').value = response.contactId;
             } else if (parent.parent.$('contactidAttach')){