diff --git a/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html b/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html
index b54bc80a592a49db29fc006f9924fb2f706a587b..f9d4d4ce20f464e2882819306e68aed46b23dc28 100644
--- a/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html
+++ b/src/app/form/form-view/structure-form/structure-name-and-address/structure-name-and-address.component.html
@@ -8,6 +8,7 @@
       id="name"
       label="Nom"
       size="large"
+      [externalStatusControl]="true"
       [status]="structureForm.get('structureName').invalid ? null : 'success'"
       [value]="structureForm.get('structureName').value"
       (valueChange)="structureForm.get('structureName').setValue($event); setValidationsForm()"