I'm currently using the WFM module in Sitecore to display a form full of fields in sections.
I'm trying to do the following:
- Use "Layout Rules" to show/hide a section of fields, depending on checkbox value
When I try to use the Layout Rules on the section I want to hide/show, it doesn't seem to be working (everything is showing).
I've put in the following logic:
- NEW CONDITION
- where HotelAmenitiesCheckbox field IS NOT EQUAL TO 1
- hide element
'HotelAmenitiesCheckbox' is a checkbox field in the form. I've set the name and DisplayName in Sitecore to be exactly what I've typed above.
Can anyone help explain which direction I need to go? This is frustrating with my limited knowledge of .NET and Sitecore's limited documentation.
Thanks in advance!