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_domain
key in yourconfig.yml
underfp_js_form_validator
if it is in there. -
See the documentation to learn about new features.