Initially, on the project page, forms were used to send data to the server:
<input type="text" id="text" size="35" pattern="^[0-9a-zA-Z, ]+$" required> The minimum validation was in the form pattern = "^ [0-9a-zA-Z,] + $" required
It worked only in PC browsers.
Now I redo everything on Jquery.