CVT form verification
Sections
Forms
SPIP provides a simple and powerful process to manage forms, called CVT (Charger, Vérifier, Traiter i.e. Load, Verify, Process). It breaks down (...)
Articles
Handling errors returned
The verifier() function of the form can return errors if the submitted field contents are not correct; which we will see in more detail later. (...)
formulaire_verifier
Modifies the array returned by the
verifier
function for a CVT formChecking the submitted values
The verifier() function is used to analyse the values posted and return errors that may exist concerning the data entered. To do this, the (...)