• Hi there.

    In my profile page I have a field that looks like this:

    And then I have another field that I want to show up when either Hearthstone or Overwatch is checked on the first field. That’s this:

    Right now, only when Hearthstone is checked is the second field visible on the profile page. Now the field shows up during editing the profile, but not when the profile is saved.

    Hope I can get this fixed,

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Did you try clearing up the cache?

    Thread Starter jackdcallahan

    (@jackdcallahan)

    Just tried that. Didn’t do anything. But I think the conditionals are switching because yesterday it was showing with Hearthstone checked, and now it only shows on the profile with Overwatch checked.

    Try this:
    instead of “Which of this games do you play?” change the title to ‘Plays’.

    That is:
    show => if => Plays => contains => Overwatch
    show => if => Plays => contains => Hearthstone

    Also, if a text box is never filled out, you can’t expect an empty text field to show up in view mode. Again, either you are doing something wrong or you have a DB corruption (probably the former).

    Thread Starter jackdcallahan

    (@jackdcallahan)

    Nope, even with that it still doesn’t show the field when Overwatch is checked. Again this is only on the profile page, not on the edit page. So somehow it messes up when it tries to save it.

    You simply need to do it all over again. And make sure you delete those fields (from the fields manager). I was able to duplicate your issue exactly, so I know what I am talking about.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Conditional Field Only Viewable When One Rule is True’ is closed to new replies.