CIForms sandbox: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
(Created page with "..")
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
..
{{#CI form:
title = Join
| submission groups = sysop
| name [] *
| email [email] *
| message [textarea=250] *
}}
 
 
{{#CI form: title = Ask a form | submission groups = sysop
|
{{#CI form section: type = inputs responsive
| name [] *
| company []
| company url []
| email [email] *
| [select=a,b,c,d]
}}
|
 
{{#CI form section: type = inputs
| title = What kind of data should be entered in this form ?
| [textarea]
}}
 
{{#CI form section: type = multiple choice
| title = Is the project open-source?
| Yes
| No []
}}
 
{{#CI form section: type = cloze test
| title = cloze test title
| label a [] label b []
| label c []
| label d
}}
 
}}

Revision as of 20:19, 8 January 2022

{{#CI form: title = Join | submission groups = sysop | name [] * | email [email] * | message [textarea=250] * }}


{{#CI form: title = Ask a form | submission groups = sysop | {{#CI form section: type = inputs responsive | name [] * | company [] | company url [] | email [email] * | [select=a,b,c,d] }} |

{{#CI form section: type = inputs | title = What kind of data should be entered in this form ? | [textarea] }}

{{#CI form section: type = multiple choice | title = Is the project open-source? | Yes | No [] }}

{{#CI form section: type = cloze test | title = cloze test title | label a [] label b [] | label c [] | label d }}

}}