You no longer needed to pass native form objects to views and to add any extra functional in views.
-
Just pass the formView object as it's recommended in Symfony documentation and remove
{{ fp_jsfv(form) }}from your views. -
Remove the
translation_domainkey in yourconfig.ymlunderfp_js_form_validatorif it is in there. -
See the documentation to learn about new features.