Skip to content Skip to footer

Form Manifest keys

Where to set the form manifest?

  1. Login to the admin site with the admin credentials.
    For QA – https://qa.axonator.com/admin
    For Stage – https://stage.axonator.com/admin
    For Production – https://django-admin.axonator.com/admin/
  2. Click on the “Forms” table.
  3. Search for the form id for which you need to set the manifest.
  4. Scroll down, you will get the “Manifest” section, refer to the below screenshot-

5. Set the form manifest and click on the Save button.

Below are the Form manifest keys-

Sr#KeysWebAndroidiOSIs Property/Widget/Step added?Possible valuesExampleDescription
1adhoc_enableNoYesNoNotrue/false{
“adhoc_enable”:true
}
To enable ad-hoc for a specific form, the asset Form object list will be visible.
2behaviorsNoYesNoNokiosk/feedback{
“behaviors”: kiosk
}
3ask_confirmationNoYesNoNotrue/false{
“ask_confirmation”:true
}
To show the confirmation pop up with “Save, Save as draft and submit” on the save button.
4form_entry_modeNoYesNoNoinline/wizard{
“form_entry_mode”:”inline”
}
Entry mode for the form – Either inline or wizard.
5android_prompt_fontNoYesNoYes{“style”:”n/b”,
“size”:9}
{
“android_prompt_font”:
{
“style”:”b”,
“size”:9
}
}
To set the font size of prompt of wizard widgets.
6android_help_settingNoYesNoNo{“align”:”t/b”,
“height”:9}

“fh”: “Help view html content”
{
“android_help_setting”:
{
“align”:”b”,
“height”:9
}
}

Add in the form JSON:
[
“fh”: “Help view html content”
]
“Form help at the top or bottom.
fh is used to put the form help content.”
7task_list_settingNoYesNoNosearch_and_last_used_task{
“task_list_setting”:”search_and_last_used_task”
}
“Search behavior of the task. Tasks will be searched only when the user inputs in the search bar.
And last visited task is searched.”.
8isTaskTabVisibleNoYesNoNotrue/false{
“isTaskTabVisible”:true
}
For the visibility of the tasks tab in the form.
9isCSVExportEnableNoYesNoYestrue/false{
“isCSVExportEnable”:true
}
For the visibility of the CSV export icon.
10open_first_fieldNoYesNoNotrue/false{
“open_first_field”:false
}
Open the form in inline mode at the first and then in the wizard after clicking on any widget.

Form entry mode should be Wizard to work this key.
11searchBarSettingNoYesNoNo“isAssetBarCodeVisible”: true/false,
“isTaskBarCodeVisible”: true/false,
“isAssetFaceVisible”: true/false,
“isTaskFaceVisible”: true/false
{
“searchBarSetting”:
{
“isAssetBarCodeVisible”: true,
“isTaskBarCodeVisible”: false,
“isAssetFaceVisible”: true,
“isTaskFaceVisible”: false
}
}
For the visibility of barcode or face icons in the search bar.
12canCreateNewAFODirectlyNoYesNoNo1/0{
“canCreateNewAFODirectly”:1
}
The form will directly get open without clicking on the + button.
13formSelectionNoYesYesNo“type”:”QRScanning”,
“level”:”App”
{
“formSelection”:
{
“type”:”QRScanning”,
“level”:”App”
}
}
To enable the QRCode scanning for the app.
14isAutoAttendanceYesNoNotrue/false{
“isAutoAttendance”:true
}
Starts timer after form object submission and on end timer opens new form object.
15Is_searchable_offlineNoYesNoNotrue/false{
“Is_searchable_offline”:true
}
For filtering ref objects offline.
16(Sub form) – “entry_mode” in form JSON against the widget.NoYesNoNoinline/wizard/default{
“entry_mode”:inline
}
For opening the subform in inline or wizard.
17(Face verification widget) – “auto_detect” in form JSON against the widget.NoYesNoNo1/0{
“auto_detect”:1
}
Auto-detect will be enabled for the verification widget.
18defaultCamera in form JSON against the widget.NoYesNoNofront/back{
“defaultCamera”:”front”
}
Default camera setting for verification and Photo widget.
19isPublicYesYesYesYestrue/false{
“isPublic”:true
}
To make the form public.
20allow_addingNoYesNoNo1 – Show
2 – Hide
{
“allow_adding”:2
}
To change the visibility of the “+” button.
21polling_settingsNoYesNoNo“start_polling_on”: “search”/”onLoad”{
“polling_settings”: {
“polling_enabled”: true,
“start_polling_on”: “search”, 
“polling_time”: 5
}
}
To Send Popup to the user when a new Task is available but not visible in the Task tab.

Was This Article Helpful?

0
0 Comments

There are no comments yet

Leave a comment

Your email address will not be published. Required fields are marked *

Close Bitnami banner
Bitnami