Skip to content

  • Documentation
    • Mobile App – Signatus
    • Web App – Signatus 2 API
    • Web App – OKdokument API
    • Web App – OKdokument
  • Contact Us

Customization – Wizard SDK

  • 1. What is a Wizard
  • 2. Introduction to Wizard Javascript API Calls
  • 2.1 Integration
  • 2.2 Document signing
  • 2.3 PDF Document Processing
  • 2.4 Device Features
  • 2.5 Files & Folders
  • 2.6 Application Features
  • 2.7 System Utilities
  • 3. Example: Simple process

Customization – PDF & Form Preparation

  • PDF Forms creation
  • 1. Tags
  • 2. Acrofields
  • 3. Sample document

Integration – REST API

  • 1. Introduction
  • 2. Download
  • 3. Upload

Integration – App-to-App

  • 1. Introduction
  • 2. How does it work?
  • 3. START-ACTIVITY-FOR-RESULT (APP – SIGNATUS – APP)
  • 4. Sending data to Master Wizard via Intent
  • 5. Runtime Configuration Parameters (Display, Fields, Signing Process)

Hardware

  • 1. Android
  • 2. iOS / iPadOS
  • 3. Windows

Signatus user manual

  • 1. Introduction
  • 2. Main menu
  • 3. Signing
  • 4. Submit signed document
  • 5. Settings in detail
  • 6. Example Wizard
View Categories
  • Home
  • Documentation
  • Mobile App - Signatus
  • Integration – App-to-App
  • 5. Runtime Configuration Parameters (Display, Fields, Signing Process)

5. Runtime Configuration Parameters (Display, Fields, Signing Process)

Data attribute in JSON format can be sent to the native intent; below is a description of the individual configuration options.

allowedFields

  • Define which AcroFields are visible/editable in this round.

allowedButtons

  • List of button IDs to render in the toolbar.

nativeMenu

  • Override toolbar buttons (id, title, icon, color).

config

  • JSON object controlling signing mode, biometry, audit hash, signerInfo.

JSON with String attributes:
allowedFields,
color – allows set the color of the action bar at the top of the screen allowedButtons – JSON Array with displayed buttons ids. Example : [‘action_canceled’, ‘action_ok’, ‘action_save’].
nativeMenu – native action bar button configuration. JSON Array of object with keys:

id – id of button

title – button title

icon – path to a png file or REMOVE to remove deafult icon

color – button text color Example :

Example :

'nativeMenu' :[ 
{ 
'id' : 'action_ok', 
'title' : SAVE AND CLOSE', 
'icon' : "REMOVE", 
'color' :'#ffffff' 
}, 
{ 
'id' : 'action_canceled', 
'title' : 'CANCEL', 
'icon' : "REMOVE", 
'color' :'#ff0000' 
}]

config – JSON Object with keys:
captureBiometry
– white list array of signature fields names, biometric characteristics are captured for all signature fields by default
method – read (mandatory to read the document and scroll all the way down to the bottom of the document)/ write (mandatory to sign) / optional
auditHash – true / false adds audit hash to digital signature
signerInfo – JSON Object with signer info per acrofield. Signer info will be displayed under hand written signature.

"config": {
"signerInfo": {
"acrofieldName1": ["John Smith"],
"acrofieldName2": ["Thomas Deer"]
}
}

Updated on 04/02/2026
4. Sending data to Master Wizard via Intent
  • Documentation
    • Mobile App – Signatus
    • Web App – Signatus 2 API
    • Web App – OKdokument API
    • Web App – OKdokument
  • Contact Us
Proudly powered by WordPress