You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im added this to not render the back button, currently im add the class hidden to emulate the behaivor
{% set renderBackButton = craue_formflow_button_render_back is defined ? craue_formflow_button_render_back : flow.getFirstStepNumber() < flow.getLastStepNumber() and flow.getCurrentStepNumber() in (flow.getFirstStepNumber() + 1) .. flow.getLastStepNumber() %}
i did not know if there is a functionality that could be helpful on this behavior
there is no way to hidden the back button (as we had on start over button)
The text was updated successfully, but these errors were encountered:
im added this to not render the back button, currently im add the class hidden to emulate the behaivor
{% set renderBackButton = craue_formflow_button_render_back is defined ? craue_formflow_button_render_back : flow.getFirstStepNumber() < flow.getLastStepNumber() and flow.getCurrentStepNumber() in (flow.getFirstStepNumber() + 1) .. flow.getLastStepNumber() %}
i did not know if there is a functionality that could be helpful on this behavior
there is no way to hidden the back button (as we had on start over button)
The text was updated successfully, but these errors were encountered: