Hi, I’m creating a dynamic page to allow my customers have a branded landing page. I offer 2 plans, Basic - branding is limited to customer name and logo, while in the ‘advanced’ plan, all page page elements can be changed.
For that I’ve connected a pre designed page filled with images and texts elements to a read-only pre populated dataset containing all the images and texts for each customer.
My question is - for the “basic” offering, how do I show the original element (e.g. image) from the static design of the page? I would like to avoid having to put same image and text in all the "basic
plan lines in the dataset.
What I’m looking for is kind of:
If (plan=basic) {
Keep original (static) element (image or text)
} else {
Take image/text from dataset
}
I’ve added a few images to clarify the requested behavior
House icon and the “my Business” text are static and connected to a data set.
Icon is unchanged == same element as the editor view - as if it is “static” and not connected to dataset
Text is changed - taken from dataset
Both icon and text are changed - taken from dataset
I’ve obviously tried to leave the relevant fields empty in the dataset - it simply replaces the text and icons with NOTHING.
Appreciate any suggestions.
Thanks. Assaf