Skip to main content

Changing the online form

The online form for the table reservation app is set up by the supervisor 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

    For each of the restaurants or points of sale that can be booked via the WebApp, a short description is displayed, possibly with a picture, the text of which can be changed or added to.

    1. In the function bar, go to the tab Einrichtung SetupFunktion Functionssuche Search.
    2. Open the "OTR_Restaurantbeschreibung" function.
    3. Select the desired restaurant and press F6 to open an enlarged input field for the text in the column To.
    4. 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">Excellent food - cocktails - wine</div>
    5. save Save your changes.
  • Change messages to customers in the online form

    Several messages have been created for the online form to inform the customer about the possibility or status of their booking (confirmation, cancellation, public holiday). These messages can also be edited retrospectively.

    1. In the function bar, go to the tab Einrichtung SetupFunktion Functionssuche Search.
    2. Open the "OTR_Meldungstexte" mapping.
    3. Select the desired message and press F6 to open an enlarged input field for the text in the column To.
    4. Enter texts with HTML formatting or replace existing texts.
      Example:
      Column From: Message text if not active
      Column After: Unfortunately, online bookings are no longer possible for this day.</br>
      However, you can reach us by telephone: +49 (0)69 / 222-222
    5. save Save Save your changes using the icon at the top left.
  • Change text templates for automatic emails to customers

    As soon as the customer has successfully made a reservation, communication takes place largely via automated emails (reservation confirmation, cancellation, reminder). The e-mails are completed with the reservation data (date and time, persons, address) based on a text template.

    1. In the toolbar, go to the tab Vorlagen Templatesvorlage brief Text templatessuche Search.
    2. Select "Online-Tisch Reserv" at Group/Type and confirm your entry with suche Search.
    3. Open the template by double-click.
    4. In the horizontal toolbar of the text tab, click on bezug Show 4D expressions. The text passages marked in grey are database references and should not be changed or should only be changed with extreme caution by trained employees.
    5. Important: Name, Type and Group/type of the template must not be changed.
    6. save Save your changes.

    Read more about Text templates.

  • Create a new added field for the reservation

    In addition to the existing input fields, further customised queries can be added to the web form. The fields displayed in the online form are created and defined as table details. New detail fields can either be freely insertable text fields (name of accompanying person) or checkboxes (In good weather in the beer garden). The table detail appears in the full client in the reservation in the expandable box Online table reservation.

    1. Create a new detail field in the guest data record of the table reservation.
    2. In the toolbar, go to the tab Einrichtung SetupTabellendetails Table details and select the table Gaesteliste Guests.
    3. Kopie Copy a comparable field or create a new field via neu New . The new field appears at the bottom of the list.
    4. Select the following settings for a free text field:
      1. Field labelling: Text visible in the full client
      2. Group: Online table reservation
      3. Field name: technical name
      4. Data type: Text (A selection with multiple options is then not possible).
      5. Can be entered: yes
      6. Mandatory field: as requested
    5. Select the following settings for a selection box:
      1. Field labelling: Text visible in the full client
      2. Group: Online table reservation
      3. Field name: technical name
      4. Data type: Character string
      5. Can be entered: yes
      6. Mandatory field: as requested
  • Make the new added fields visible in the online form

    The new detail field is first visible in the user interface, but not yet in the online form.

    1. Click on the tab Tabellendetails Table settings on the left under the list of detailed fields in the frame Field details above the input field Detail Def Parameter on zoom Enlarge input field.
    2. Open the star picklist in the toolbar for values.
    3. Select the following fields by holding down the control key and left-clicking:
      1. 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.
      2. Label: for online text > "Would you like to sit outside if the weather is fine?"
      3. Option: for a selection option > Yes//yes
      4. Mandatory field: The guest cannot complete the reservation without entering > X (for yes)
        Example:  
        OTR:X
        Label:Would you like to book outside when the weather is nice?
        Options:Yes//yes
        Location:MyRestaurant
        Mandatory field:X
    4. Confirm the selection and complete the details in the text field
    5. Save the entries with OK.
    6. save Save you enter the table details.
    7. The new field with the option Yes or No will be visible as a mandatory field in the online form.