Generated forms with javascript are not XHTML compliant because the <script> tag is missing an attribute.
To fix, simply replace line 20 of chronocontact.html.php
With:
Also, the error message in the same document (line 42)
is extremely unprofessional. Please replace "plz" with "please".
To fix, simply replace line 20 of chronocontact.html.php
echo "<script>";
With:
echo "<script type='text/javascript'>"
Also, the error message in the same document (line 42)
echo "There is no form with this name, plz check the url and the form management";
is extremely unprofessional. Please replace "plz" with "please".