Skip to content
Myra Online Help Updated · 21 Aug 2026

Waiting page for the waiting room

A waiting page is also stored for each waiting room that is created using the waiting room function. At the beginning, there is a standard waiting page available as a template. You can also upload your own waiting page as an *.htm or *.html file. There are specific placeholders to ensure that the waiting page shows all the necessary information about the waiting room correctly.

A table with the most important placeholders can be found below:

Placeholder Description
!WAIT_REFRESH! Defines the number of seconds until the page refreshes.
!CURRENT_POSITION! shows the number of all visitors before the user.
!SUBDOMAIN! Shows the host name without the protocol and path.
!QUEUE_SIZE! shows the total number of visits in the queue.
!QUEUE_PROGRESS! shows the number of all visitors by user.

Note

In order for the automatic updating of the website and thus also the updating of the visitor's position in the queue to work, the placeholder must be included.WAIT_REFRESH! must be set as a meta block within the HTML header.

Example

<meta http-equiv="refresh" content="!WAIT_REFRESH!">