ExpressionEngine 7.5 has been Released! Learn More!
Hello, I’m hoping this will make some sense. How can I access the state of a toggle field within a grid field within a field group within a Fluid Field? Example of my current code below:
{fluid_field}
{fluid_field:my_field_group}
{fields}
{fluid_field:my_grid}
{content}
{content:my_Toggle} {if {content}}Yes!{/if} {/content:my_Toggle}
{/content}
{/fluid_field:my_grid}
{/fields}
{/fluid_field:my_field_group}
{/fluid_field}
Thank you!
I think you were very close! The toggle should just be use as a single tag, I did a quick test and this is working for me:
{fluid_field}
{fluid_field:my_field_group}
{fields}
{fluid_field:my_grid}
{content}
{if {content:my_Toggle}}
Yes!
{if:else}
No.
{/if}
{/content}
{/fluid_field:my_grid}
{/fields}
{/fluid_field:my_field_group}
{/fluid_field}
Completing tasks and achieving goals in games Papa’s Pizzeria provides a sense of achievement and fulfillment. This can boost motivation and encourage players to pursue goals in real life.
Gambling history spans centuries, evolving from ancient dice games to modern online platforms. For those interested in exploring themed slots, look here for Huangdi Yellow Emperor. This game blends historical elements with engaging gameplay, reflecting the rich heritage of gambling through innovative design and cultural references.
You can access the state of the toggle field in the grid by checking the condition as you did in the current code. Your code is on point, just make sure that the conditional syntax is applied correctly to the “my_Toggle” field. Once done, relax and play some fun io games for fun!
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.