diff --git a/src/app/form/form-view/form-view.component.ts b/src/app/form/form-view/form-view.component.ts
index 8654ebbc265ea066870b9ebbc59491bf7e87a7fd..e7e262de277710613085d97a3cd2daac2e95cdc1 100644
--- a/src/app/form/form-view/form-view.component.ts
+++ b/src/app/form/form-view/form-view.component.ts
@@ -377,6 +377,7 @@ export class FormViewComponent implements OnInit {
   }
   public setCurrentStep(step: stepType): void {
     //THIS PROBABLY CREATES CONSOLE ERRORS NG100 only in dev mode, please refer to https://angular.io/errors/NG0100 for more info
+    this.isPageValid = false;
     this.currentPage = step;
   }
   public async saveEditedStructure() {