I want to change the error message that comes out when you enter a url wrong. I show you what I mean:
The message must become: Inserisci un URL valido. Es: https://www.google.it
I am modifying the view.php generated automatically by gii. Here is the code:
<?= $form->field($model, 'link')->input('url')?>
This is the function I use to enter a valid url.