Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
raulizqli opened this issue May 6, 2022 · 0 comments

Comments

@raulizqli
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant