+ {/* render element */}
+ {form.steps.map((e, i)=>{
+ let stepDisplaying = (currentStepIndex === i && !formFinalized && isStepValidToDisplay) ? "" : "hide";
+ return (
+
+ );
+ })}
+
+ {/* render step navigation */}
+ {isShowStepNavigation &&
+
+ }
+
+