craue / CraueFormFlowBundle

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

"BACK" button of the browser display a warning message #348

Closed dieg13 closed 4 years ago

dieg13 commented 4 years ago

Hi, I want to configure my multi-step form so that the "BACK" button of the browser don't display a warning message.

For this i use this option : "protected $allowDynamicStepNavigation = true"

It's ok with firefox but not with chrome. There is it a solution ?

Thanks for your help.

dieg13 commented 4 years ago

Hi, I solved my problem. This was due to the fact that the site certificate was no longer valid. Chrome is more rigorous with that than Firefox.