craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

Ability to hide Previous button #365

Open alacroixAskin opened 3 years ago

alacroixAskin commented 3 years ago

Hello,

Thanks for this bundle, it's very practical and clean.

I would like to have the ability to hide previous button. It's possible with the reset button with option : craue_formflow_button_render_reset

So, it would juste be an option to add, like : craue_formflow_button_render_back

berkut1 commented 3 years ago

Hi, you can just override the files @CraueFormFlow/FormFlow/buttons.html.twig with your own rules

craue commented 3 years ago

Feel free to create a PR, @alacroixAskin. 😏