Changing the online form
Changing the online form
The online form for the Online Reservations App is set up by the account manager and, if necessary, a web designer. The texts appearing there can be changed or added to in the full client with the appropriate authorisation.
- Change restaurant descriptions in the online form
Each of the bookable restaurants or points of sale allows for a short description and image.
- Go to the
Configurations tab in the function bar and select
Mappings >
Search. - Open the "OTR_Restaurantbeschreibung" mapping.
- Select a restaurant and press F6 to open an enlarged input field for the text in the column To.
- Enter texts and/or images with HTML formatting or replace existing texts.
Example:
Column From: Spicehub Bar+Grill Standard
Column To: <div class="OTR_grow OTR_pic">
<img src="/TischApp/images/paloma-cocktail.jpg" alt="restaurant">
</div>
<div class="OTR_restaurantName">Spicehub Bar & Grill</div>
<div class="OTR_restaurantNameBeschreibung">Excellentes Essen - Cocktails - Wein</div>
Save your changes.
- Go to the
- Change messages to customers in the online form
Several messages have been created for the online form to inform the customer about the options or status of their booking (confirmation, cancellation, public holiday). These messages can also be edited at any time.
- Go to the
Configurations tab in the function bar and select
Mappings >
Search. - Open the "OTR_Meldungstexte" mapping.
- Select a message and press F6 to open an enlarged input field for the text in the column To.
- Enter texts with HTML formatting or replace existing texts.
Example:
Column From: Message text if not enabled
Column To: Unfortunately, online bookings are no longer possible for this day.</br>
However, you can reach us by phone: +49 (0)69 / 222-222
Save your changes by clicking on the icon in the top left-hand corner.
- Go to the
- Change text templates for automatic emails to customers
As soon as the customer has successfully placed a reservation, automated emails (reservation confirmation, cancellation, reminder) serve for communication. The emails are based on a text template and complemented with the reservation data (date and time, number of guests, address) .
- Go to the
Templates tab in the function bar and click on
Text templates >
Search. - Select "Online-Tisch Reserv" at Group/Type and confirm your entry by clicking
Search. - Open the template by double-click.
- Click on
Show 4D expressions in the toolbar. The text passages marked in grey are database references and should not be changed or should only be changed with extreme caution. - Important: Name, Type and Group/Type of the template must not be changed.
Save your changes.
Read more about Text templates.
- Go to the
- Create a new added field for the reservation
Customised queries can be added to the existing input fields in the web form. These fields are created and defined as Added Fields. New added fields can either be input-enabled text fields (Name of accompanying person) or checkboxes (Outside table weather permitting). In the full client, the added field will show in the Online Table Reservations area of the reservation.
- Create a new added field for the Reservation record of the table reservation.
- G to the
Configurations tab in the function bar and click on
Added Fields, then select the table
Reservations.
Copy a similar field or create a new field by clicking
New. The new field will be added at the bottom of the list.- Select the following settings for an input-enabled text field:
- Field label: Text as shown in the full client
- Group: Online Table Reservations
- Field name: Technical name
- Data type: Text (A selection with multiple options is not possible).
- Input-enabled: yes
- Mandatory field: As needed
- Select the following settings for a selection box:
- Field label: Text as shown in the full client
- Group: Online Table Reservations
- Field name: Technical name
- Data type: Character string
- Input-enabled: yes
- Mandatory field: As needed
- Publish the new added fields to the online form
The new added field is now visible in the user interface of the full client, but not in the online form.
- Stay on the
Table settings tab and the new added field. Go to the Field details area (below the list of added fields) to the Further settings input field and click on
Enlarge input field. - Open the
picklist in the toolbar for values. - Select the following fields by holding down the CTRL key and left-clicking:
- OTR: for visibility in the online form > X (for yes)
Note: To remove the field from the online form, delete the X from the text field. - Label: for online text > "Would you like to sit outside if the weather is good?"
- Option: for a selection option > Yes//yes
- Mandatory field: The guest cannot complete the reservation without entering > X (for yes)
Example:
OTR:X
Label:Would you like to sit outside if the weather is good?
Options:Yes//yes
Location:MyRestaurant
Mandatory field:X
- OTR: for visibility in the online form > X (for yes)
- Confirm the selection and complete the details in the text field
- Save the entries by clicking OK.
Save the added fields.-
The new field with the option Yes or No will be visible as a mandatory field in the online form.
- Stay on the