Reservation Wizard
Select the Configuration Button
Select the Reservation Wizard Tab (See image Below)
Settings
![]()
Wizard Date Format:
Adjust the Reservation Wizard Date format. Refer to http://php.net/date.User Translated Days:
You can set the days of the week to be translated based on the local language setting or you can translate the days of the week using the translations from the Language translations specified in the TableBoss translation file.
Secure Table Time:
Time in minutes that TableBoss will hold a reservation before confirmation. While in this state, tables in the Layout View will appear Gray.Custom Phone Regular Expression:
Enter the regular expression to replace or extend the default.
The default expression is (line break added for clarity):/^((\+\d{1,3}(-| )?\(?\d\)?(-| )?\d{1,5})|(\(?\d{2,6}\)?))(-| )?(\d{3,4})(-| )? (\d{4})(( x| ext)\d{1,5}){0,1}$/Examples of custom Regular Expressions:
Allow any input with 7 numbers
/^(.*[\d]{1}.*){7}$/Regular Expression Behavior:
If a custom phone regular expression is provided, a behavior for the validation must be provided. The options are:In Addition to the Default - Perform the default validation first. If it returns a failure, return the result of the custom regular expression.
Replace Default Validation - Return the result of testing the phone number against the custom regular expression.Number of Days Shown in Dropdown:
Enter the number of days to display in the wizard for "Choose Day".
Validation
Require Validation:
TableBoss can be configured to require E-Mail Address validation prior to reservation confirmation for reservation generated through the Reservation Wizard.
Set the value to "Yes" to enable E-Mail Validation.
When set to Yes, the reservation wizard will present this dialog rather than the confirmation.
![]()
Note: If you are using the PayPal feature within TableBoss this option is ignored.
An e-mail will be sent to the e-mail address and will require action from the customer before the reservation is confirmed. TableBoss will hold the table for ten minutes. pending customer action and will appear gray on the reservation desk floor plan. If no action is taken by the customer in ten minutes, the table becomes available for re-assignment. This is the default hold time. To adjust see "Secure Table Time ".
![]()
Validation E-Mail Subject:
Enter the Subject that will be on the validation e-mail.Validation E-Mail Body:
Enter the Body that will be in the confirmation e-mail.You can use the following variables in the body;
{name} - Customer name entered in the reservation wizard
{info} - Reservation Details
{restaurant} - Restaurant name from the Restaurant tab
{code} - Validation Code
{link} Validation Link






