Displaying constraint violation in Modal on form submission

Issue #1 new
Former user created an issue

How is it possible to display the error in the same modal without closing the modal on form submission?

Comments (1)

  1. Sebastian G.

    Use in your twig view this template:

    {% extends 'RaresModalBundle::baseFormModal.html.twig' %}
    
  2. Log in to comment