Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
web:formvalidation.io [2023-11-04 10:25] – [Typical code] adminweb:formvalidation.io [2023-11-04 10:39] (current) admin
Line 25: Line 25:
   <?php } ?>   <?php } ?>
 </code> </code>
 +==== Typical errors ==== 
 +  * ''Cannot read properties of null (reading 'classList')'' 
 +    * Caused by bootstrap5-plugin: this requires the form-control to be embedded in a ''.row'' div > the .row div will contain the ''.fv-plugins-bootstrap5-row-invalid'' style and add a ''.fv-plugins-message-container.invalid-feedback'' div to the bottom of the row.