...
Macro | Action | Concepts/usage |
ConfiForms Form | Define | Define the form and its rules. |
ConfiForms Field Definition | Define | Use inside the ConfiForms Form macro to define form fields, their types and behavior, restrictions and permissions. |
ConfiForms Field Definition | Define | Use to define conditional fields and relations among fields (that is, ConfiForms Field Definitions). |
ConfiForms Registration Control | Define View | Use to define a form's registration behavior. Each form should have at least one 'Registration Control'. This control can be placed inside the ConfiForms form or elsewhere on the page, and a form can have any number of registration controls. Forms can be embedded on Confluence pages or rendered as a modal dialog. |
ConfiForms Edit Controls | Define View | This macro defines Edit behavior for the ConfiForms ListView and TableView. To enable editing of stored form data, place this macro inside the ConfiForms ListView or TableView macros. |
ConfiForms TableView | View | Use this macro to visualize stored data as a table, with instant search, filtering, and data sorting/ordering. Add 'ConfiForms Field' macros inside TableView to define which fields should be shown. |
ConfiForms ListView | View | This macro allows you to visualize stored form data in WYSIWYG view (also supports filtering and data sorting/ordering). Add 'ConfiForms Field' macros inside define which fields should be shown. |
ConfiForms CardView | View | Use this macro to visualize stored form data as a vertical table (card) with instant search, filtering and data sorting/ordering. Add 'ConfiForms Field' macros inside to define what should be shown |
ConfiForms Field | View | Macro to define This macro defines a field to show for display within the ConfiForms TableView or ConfiForms ListView macros. |
ConfiForms IFTTT | Define | Macro Use this macro to define the integration rules for ConfiForms. Send For example, this macro can enable the form to send email notifications when a record is created, changed, or modified. Send notifications submitted. Notifications can be sent to other systems via HTTP, or just they can create new pages from defined using predefined templates with data from entered on your forms. |
ConfiForms TableView Merger | View | Macro to aggregate and merge This macro aggregates and merges datasets from different ConfiForms forms (or just from selected fields in one form). Calculate You can calculate averages, totals, or perform other math operations on your form data. The output of this macro is fully compatible with the Chart macro and could these can be used together to create beautiful charts. |
CSS Rules for ConfiForms Fields | View | Helper This helper macro to support supports applying of conditional CSS rules for ConfiForms Fields fields based on their values. |
You will Here are the steps to create a simple form with one text field of type text and it will have a ; it's registration control is configured to show it the form as a dialog.
For those who does not like to read there is a screencast below!We move through the steps in the screencast below.
...
Here is a screencast
HTML |
---|
<iframe width="700" height="400" src="https://www.youtube.com/embed/IOUW5K7gdvo" frameborder="0" allowfullscreen></iframe> |
...