On this page - hidden link - I have a field i created called "Property Virtual Tours" and I need to set a condital filed on the front end that only shows a button if the "Property Virtual Tours" field contains the word giraffe360.
I made a condinatal block but can't see a option for containing a word.
Can you please check this and show me how i achive this
Is there any documentation that you are following?
Images attached
What is the link to your site?
Backend product - hidden link
Link to the front end editor (If you scroll down you will see my condinatil block at the bottom) - hidden link
Given that this is a URL field you won't be able to check if the field contains a specific text using our Conditional Block.
The conditional can only perform exact matches, so you will need to do the conditional to match based on the exact value of the field.
The only other way that I can think of resolving this is to write a custom function that will check if the field contains that specific value. hidden link