I made a simple form using Bootstrap 4. I thought the built-in validator in BS4 could be usefull.
I made an simple email form field:
<label for="email">E-mail cím:</label><br>
<input type="email" name="email" class="inputText"><br>
My problem is that, when I type a false adress, It comes back with english text. But I want to make a hungarian site.
Do you have any idea where can I change this text? I Googled It for an hour and haven't found anything.
Thanks Gergo