6 articles
Forms
Contact forms, the built-in PHP form processor, validation, reCAPTCHA, and custom form styling.
SetupForm Setup Canvas ships an AJAX contact form that submits without a page reload, validates fields client-side, and posts to a PHP processor ( ). This…FieldsForm Fields Canvas forms use Bootstrap 5 form controls inside grid columns. Each field sits in a column so fields line up on a responsive grid. This…Auto-ResponderAuto-Responder The Canvas form processor ( ) can send an automatic confirmation email back to whoever submitted the form. You enable and configure it…AlertsForm Alerts Canvas ships two families of alert boxes: Bootstrap components and the themed Canvas Style Boxes ( / ). Use Bootstrap alerts for…SettingsForm Settings The Canvas AJAX form behaviour is controlled by attributes on the wrapper plus a set of reserved hidden fields the PHP processor reads.…PHP SettingsPHP Settings The Canvas contact form posts to , a self-contained PHP processor built on PHPMailer. You configure it by editing a few variables near…
