diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php
index 0e2df3706870ac413884c695ad6f251de4c97093..e1ce804a2708a0253ff8f7d5b14ed92d3f90f920 100644
--- a/htdocs/contact/fiche.php
+++ b/htdocs/contact/fiche.php
@@ -588,7 +588,7 @@ else
 				print "\n".'<script type="text/javascript" language="javascript">'."\n";
 				print 'jQuery(document).ready(function () {
 							jQuery("#selectcountry_id").change(function() {
-								document.formsoc.action.value="create";
+								document.formsoc.action.value="edit";
 								document.formsoc.submit();
 							});