Advanced Search
Search Results
116 total results found
Attributes available for each field
Each form must have some fields :D Dynamic forms allow you to create multiple field types. Each form field has a set of standard configurations. Additionally, fields can contain their own configurations. These are settings that you can activate in any field. ...
Form configuration - virtual panels
Virtual panels allow, for example, to separate thematic sections. If your form is long, you can use virtual panels to separate it into smaller sections. If there is one virtual panel in your configuration, the form will be displayed normally. If you add ...
Button
Button (button) download PDF example: { "mode": "PDF", "pdf_action":"download", "question_label": "{questionLabel}", "answer_label":"{answerLabel}", ... } submit form example: { "mode":"submit" ... } clone fields example: { "mod...
Checkbox
Checkbox (checkbox) This field, which someone can select, appears in two versions - as a single field (e.g. for approval of a contract), or as a set of fields. options_style Here you can determine how the layout of the fields should look like (if you have...
Installation
Unpack installer archive file *.tar.gz in /var/tmp/ (as root): mv /root/ZI-Piler-x.x.tar.gz /var/tmp/ cd /var/tmp/ tar xzvf ZI-Piler-x.x.tar.gz cd /var/tmp/ZI-Piler-x.x Run installation script (as root): perl ZI-Installer --instal-deps At the beginning ...
Zimbra configuration
Requirements Piler 1.3.5 or 1.3.8 Zimbra 8.8.15 ZI-Piler Zimlet Information needed: Piler address Piler SMTP port SSO authorization address Authorization server key Email account for notifications Configuration To configure ZI-Piler zimlet, open...
Piler configuration
Piler installed from original sources Before installing the ZI-Piler must be install Piler server. To do this refer to the http://ww.mailpiler.org/wiki/current:installation In order to enable Zimbra-Piler SSO functionality some changes must be done on al...
CompareField
CompareField (comparefield) A compareField is a field that allows you to combine values from multiple fields. Thanks to this field you can combine several fields into one and send as e.g. request title. example: { "fields": [ { "id": "checkB...
Find available room
Go to the main Conference Rooms panel. You can find a detailed description on how to get to the Conference Rooms here. You can switch between two main filter menus: Time Range Specific Room Specific room Use this menu to switch between Cities and bu...
SelectField
SelectField (select) This field allows you to display a list. { "size": "s12 m12", "type": "select", "id": "api_Finder", "label": "API Finder", "validate": [ "required" ], "icon": "find_in_page", "allow_add": false, "search": true, "search_e...
DateTime
DateTime (datetime) Example: { "size":"s12 m12", "type":"datetime", "id":"ExampleID", "label":"Example Label", "validate":[ "" ], "icon":"person", "hidden":false, "datetime_config":{ "locale":"English", ...
Private room
Private rooms are special types of rooms that cannot be booked by regular users. Only room managers of the given room are allowed to book it. If you wish to book private room contact your private room manager. You can find a list of private room managers...
Add new reservation
To open the add new form click on the BOOK or ANOTHER TIME button in the room card. Available dates You can set start and end date using date picker fields (like in the filters) or you can take a quick look on the calendar view by clicking SEE AVAILABLE...
ImgButton - Image button - Extended HUB
ImgButton (imgbutton) The "ImgButton" mechanism allows you to create graphic buttons. You can use them to create e.g. another dashboard in the style "from general to specific". If your system is going to have a lot of forms, you can create a lot of dashboa...
Overview of the reservations (dashboard)
Open the room management (dashboard) view. If you don't know how to find the dashboard check out this article. The dashboard is represented in a convenient calendar view. You can switch between plenty of views: Today Week Day Pending My My Rooms Ev...
Radio
Radio (radio) This field allows you to select one of the available fields. options_style Here you can determine how the layout of the fields should look like. For more information on what you can type in here, please see the [responsive section]. defin...
HTML/FAQ
HTML/FAQ (faq) Field of type "faq" allows to render any html code. You can use it, for example, to search for duplicate tickets and inform the person filling in the form that such a ticket already exists in the system (just use "faq" field with API running)...
CKEditor
CKEditor (ckeditor) The CKEditor field allows you to display an advanced text editor. This editor can be configured according to the CKEditor documentation. Example: { "size": "s12 m12", "type": "ckeditor", "id": "ckEditor", "label": "CKEditor...
Taking actions on the reservations
If you are a room manager your main task is to accept or reject room reservations requests. Looking for reservations requests Th most convenient way to get an overview of the current situation is to use a dashboard's My rooms view. Check out this link if ...
File - File picker
File picker (file) If you want to upload a file to the system, you can do so using the "file" field. Just add such a field to the form and you will be able to send any file. If you want to send several files, you can add several fields. The rest of the...