Redwood Benefits – Need to Hide “Beneficiary Organisations” Section for UK Only
Summary:
Hello all,
I’m working on Redwood Benefits self-service pages and need some help with conditional visibility.
Requirement:
- In the enrollment flow, the Beneficiary Organisations section should be hidden for UK employees only.
- For all other countries (e.g., US), the section should remain visible.
What I tried:
- In Visual Builder Studio, I created a variable and mapped it to
personLegislativeInfo
, but it didn’t evaluate correctly when checkingLegislationCode
orCountryName
. The region was either hidden for everyone or visible for everyone. - I also tried Express Mode - Form Rules using conditions like “Country Name includes UK/United Kingdom” and “Legal Employer equals UK”, but neither worked reliably.
0