CraueFormFlowBundle icon indicating copy to clipboard operation
CraueFormFlowBundle copied to clipboard

there is no way to hidden the back button (as we had on start over button)

Open raulizqli opened this issue 3 years ago • 0 comments

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)

raulizqli avatar May 06 '22 05:05 raulizqli