Conditions Are Backwards

This has been with you for 2 days now. Anyone going to at least take a look and respond?

Here is a video of an issue I raised before that would seem to show Conditions being backwards. My previous Forum post was closed. Maybe I’m a complete idiot, but I can make this work

Here is your previous response, " The condition is working as expected. The Text element will only display when the condition is TRUE . For example:

{{dc:acf:post_field field="my-field"}} IS "None"
```"
Watch the video and see how the field being looked at is obviously not being displayed when true.

https://www.loom.com/share/09dee5443d6b4eb19848844e2338b76f

Hi @dabigcheeze,

The condition is correct and if that is not working properly it needs to be investigated through the WordPress admin dashboard. Can you please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password
– Specific page and text element where you have used this condition.

To create a secure note, click the key icon underneath any of your posts.

Thanks

Ok, I’ll attach the info as requested.

Hello @dabigcheeze,

Your field type is Wysiwyg Editor. You can not use IS or IS Not because this is mostly true for a string.

You can use In instead and have it in the opposite order like this:

Kindly let us know how it goes.

Appreciated. It seems to work as expected. What really added to the confusion is it worked for fields that used Blank for a text field.

The 2nd part of my question wasn’t addressed however. How can I include a custom field if it a series of checkboxes?

Let me rephrase, the array comes in as expected with a comma separating each value but I can’t add a space to make it more readable.

Hello @dabigcheeze,

You will need to use a Looper Provider Dynamic Content or Looper Provider Array because the return format of your custom field is an array. Check out this documentation:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.