diff --git a/src/app/form/structure-form/form.component.html b/src/app/form/structure-form/form.component.html
index a8ff1816b45803e7a6668fae7fc710c9e7466d6d..8c2aee1319362521bd2b20ac067668de7fbdd5bc 100644
--- a/src/app/form/structure-form/form.component.html
+++ b/src/app/form/structure-form/form.component.html
@@ -179,7 +179,7 @@
               type="text"
               formControlName="phone"
               class="form-input phone"
-              (input)="utils.modifyPhoneInput(accountForm, 'phone', $event.target.value)"
+              (input)="utils.modifyPhoneInput(accountForm, 'phone', $event.target.value); setValidationsForm()"
             />
             <app-svg-icon
               *ngIf="accountForm.get('phone').valid"
@@ -483,7 +483,7 @@
               type="text"
               formControlName="contactPhone"
               class="form-input"
-              (input)="utils.modifyPhoneInput(structureForm, 'contactPhone', $event.target.value)"
+              (input)="utils.modifyPhoneInput(structureForm, 'contactPhone', $event.target.value); setValidationsForm()"
             />
             <app-svg-icon
               *ngIf="getStructureControl('contactPhone').valid"