Kiosk mode

Collect anonymous interactions using Kiosk mode.

Elise Breban avatar
Written by Elise Breban
Updated over a week ago

We can distinguish between two main reasons for the use of kiosk mode:

  1. You want multiple respondents to fill in a survey on the same device

  2. You want to send out a survey (form, NPS, poll, ...) that can be filled in anonymously (e.g. by your employees to evaluate certain aspects of the company)

We added a kiosk mode to our landing pages which makes it possible to collect multiple submissions using one device (for example with an iPad).

If you would use a single iPad to, for example, let users fill in a form on an event, they will all be seen as one member. To solve this, we added kiosk mode which will reset all the user-specific cookies once the form is submitted. The landing page will also automatically refresh so the page is ready again to collect the next users' information.

Enabling kiosk mode

To enable kiosk mode on a landing page you take the landing page url and add kiosk=true at the end. For example: https://mycommunity.ambassify.com/post/12025?kiosk=true .

Configuring kiosk refresh delay

By default, the page will automatically refresh after 3 seconds once a user has submitted the landing page. You can change this delay by adding the kioskrefreshwait=<value> where <value> should be replaced by the delay you would like to use in milliseconds.

A full example, waiting 5 seconds after submission, would look like this: https://mycommunity.ambassify.com/post/12025?kiosk=true&kioskrefreshwait=5000

Did this answer your question?