Guide to Displaying Conditional Logos in the Forms Designer

Modified on Fri, 10 Jan at 3:56 PM

The Forms Designer allows you to add multiple logo images to a form and display only the logo corresponding to the make of the vehicle you are selling, performing a workshop job on, or otherwise working with. Follow these steps to configure conditional logo display:


Steps to Add and Configure a Logo

  1. Open the Required Form

    • Navigate to the form where you want to add a logo.

  2. Add an Image

    • Select the Image icon on the left-hand side of the Forms Designer window.

    • Draw a placeholder for the image in the desired location on the form. A new window will appear.

  3. Select the Image

    • Click Open and locate the required logo image on your computer.

    • Click OK to insert the image into the form.

  4. Disable the Image by Default

    • Click once on the inserted image to select it.

    • On the right-hand side of the window, under 5. Behavior, set Enabled to False.

  5. Set Conditional Display

    • On the right-hand side of the window, under 4. Appearance, click Conditions.

    • Three dots (...) will appear next to Conditions. Click the dots to open the Conditions window.

  6. Add a Condition

    • In the Conditions window, click Add Condition. A new row will be added.

    • Set Field to Expression.

    • In the Equal to field, enter the following expression:

      Vehicle.StartsWith("VehicleMake")

      Replace VehicleMake with the desired make of the vehicle. For example:

      Vehicle.StartsWith("SKODA")
    • Click OK to save the condition.

  7. Save Changes

    • Once all configurations are complete, save your changes in the Forms Designer.


How It Works

Using the example above, the configured form will only display the Skoda logo if the vehicle you are selling or servicing starts with "SKODA" in its details. This approach ensures that the correct logo dynamically appears based on the vehicle’s make.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article