Skip to content

Edit profile

It is possible to provide custom trackers during the intake wizard and during profile edit. They can be the same tracker or different and will be inserted into the wizard used for first creating and later editing the user profile.

These go into "Org settings" found in Admin under "This org".

version 1 - If no version provided default version is 1.

"settings": {
    "wizard": {
      "intake": "<tracker id>",
      "edit": "<tracker id>"
    }
}    

Version 2

"settings": {
    "wizard": {
      "version": 2,
      "intake": {
        "trackers": ["<tracker id>", "<tracker id>"]
      },
      "edit": {
        "trackers":["<tracker id>", "<tracker id>"]
      },
      "start": {
        "trackers":["<tracker id>", "<tracker id>"]
      }
    }
}