CIForms examples update

From Wikisphere
Revision as of 07:31, 24 July 2022 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One column (multiple inputs per line)

The square brackets represent an input, the square brackets optionally contain the input type, the asterisk indicates a mandatory field

{{#CI form: title = Contact form
| type = inputs
| first name [] * last name [] *
| email [email] *
| your message [textarea]  *
}}

which produces the following


Contact form