CIForms examples update

From Wikisphere
Revision as of 06:23, 20 February 2022 by Admin (talk | contribs) (Created page with "==One column== This is the simplest form (type "inputs" by default, one column) The square brackets represent an input, the square brackets contain the input type, the aster...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

One column

This is the simplest form (type "inputs" by default, one column)

The square brackets represent an input, the square brackets 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


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