ändern des zurück Button Validierung aus
This commit is contained in:
parent
47a5e719a8
commit
4f73329c3d
BIN
deploy-test.txt
BIN
deploy-test.txt
Binary file not shown.
@ -265,7 +265,10 @@ let currentStep = 1;
|
|||||||
|
|
||||||
function nextStep(step){
|
function nextStep(step){
|
||||||
|
|
||||||
|
// 👉 Nur validieren, wenn wir vorwärts gehen
|
||||||
|
if(step > currentStep){
|
||||||
if(!validateStep(currentStep)) return;
|
if(!validateStep(currentStep)) return;
|
||||||
|
}
|
||||||
|
|
||||||
saveForm();
|
saveForm();
|
||||||
|
|
||||||
|
|||||||
BIN
webhook-test.txt
BIN
webhook-test.txt
Binary file not shown.
Loading…
Reference in New Issue
Block a user