Closed
Description
When I try to add a custom constraint for a specific field with a method, the return statement is always false.
The same method use to verify form globaly works nice.
This method was named isUrl() in my case and verify if an url is online ( i check the header code with a curl request ).
I thought it was because i use the specific word "url" which could be use in otherway. But even if I change "url" in "path". I have the same issue.