I have a statement like this:
[if 179 show=value equals="xxx"]
[179 show=value]
[else]
[if 187 show=value equals="xxx"]
[187 show=value]
[/if 187]
[/if 179]
its not working.
how do I create a nested if\else logic.
I'm want to check several filed values to decide wich will occupy my post to API content.
Nested if/else doesn't work. I ran into this myself when polishing up a view for the Formidable Masterminds Codex V2. I ended up creating my own shortcode to handle the nesting issue. You can solve this with custom code.
thank you very much Victor.
can you explain where in how do I put in the custom code?
Please login or Register to submit your answer