
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 a form into four parts:
- a view, which is basically a SPIP template containing the HTML code of the form corresponding to
formulaires/{nom}.html
, - and three PHP functions to load the form’s variables, verify the submitted elements and process the form declared in the
formulaires/{nom}.php
file.