show colour in fields with case of Rule error

- David Matějka
- Moderator | 6445
so you are rendering just using echo $form?
this renderer should
already be configured to set has-danger class on
form-group div and is-invalid class on an input.

- matc1
- Member | 19
David Matějka wrote:
so you are rendering just using
echo $form?this renderer should already be configured to set
has-dangerclass onform-groupdiv andis-invalidclass on an input.
Thanks a lot David, so i' dont need to include “netteForms.js” in my main
page?
I will check my code.
Thanks best regards.