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
Open the Required Form
Navigate to the form where you want to add a logo.
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.
Select the Image
Click Open and locate the required logo image on your computer.
Click OK to insert the image into the form.
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.
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.
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.
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
Feedback sent
We appreciate your effort and will try to fix the article