Docy

Release Notes Visit 5.25

Visit Create

Service Centre

We’ve updated the display of in-use partner types in the Service Centre filters, with the in-use types being shown at the top of the list and the unused ones at the bottom and greyed-out. This is similar to the way we display visitor registration types in the Service Centre.

We’ve also applied the same sorting for partner types under Event > Visit Connect settings – with the in-use types being displayed first – towards the left of the screen and the unused ones to the right.

Forms

The question toggle function is used to show or hide questions on a page based on the answer(s) given to other questions on the same page.
Following release 5.25, when advancing to the ‘next’ page in a form, the answers given to any hidden questions on the current page are cleared automatically.
This resolves functional issues with the answer count limit functions and addresses unexpected behaviour in question visibility logic. The feature also improves the quality of captured data.

Engagement tools

Digital Content Translation

Starting with Release 5.25, you have the option to enable content translations for Visit Discover. This comes with a series of changes in Visit Create as well.

  • We’ve added translations selection setting in Visit Create under Event > Visit Discover. This can be a subset of the selected event translations. The default translation for the event is always enabled.
  • Title, Summary and Description fields of content are translatable in the selected translations.
  • Content editor in Visit Create and Visit Connect has been updated to support translating these fields.
  • Format of the Content Import/Export file is changed, we’ve added translations for title, summary and description.
  • We’ve added support for content translations in Public Json V2 API. Documentation has been updated accordingly.
  • We’ve also added language selection in Visit Discover based on Visit Create settings.
  • Visit Discover application menu will also be translated and available in the upcoming release.

Check-in

New supported hardware

We’ve added a new scanner – Honeywell Voyager 1400g – to the list of supported hardware to be used with Visit Check-in.

Release Notes Visit 5.24

API

Registration Types in JSON API

The /expos endpoint now only exposes registration types (in the registrationTypes array) where there is one or more associated visitor or partner. To retrieve the complete list of available registration types, use the new /registrationTypes endpoint. Any types from this master list may be used when managing visitors or partners using the API.

For more information see the API documentation at https://api.visitcloud.com/create/docs

Embedded Widget – Skip Welcome Page

When using embedded widgets, we’ve added the option to skip the welcome page, taking registrants directly into the registration form.

In order to do that, you must insert the data-skip-welcome-page=”true” parameter into the script:

<script src=”widget.js” data-survey-id=”your_form_id_here” data-skip-welcome-page=”true”></script>
CONTENTS