-1

The Page type field visibility condition is not working for me. Am I missing anything here?

enter image description here

CampaignType is a dropdown field.

enter image description here

GetInTouchTheme field is always visible. It doesn't show/hide based on the CampaignType selection.

Ken White
  • 123,280
  • 14
  • 225
  • 444
chamara
  • 12,649
  • 32
  • 134
  • 210

1 Answers1

2

Just a few minor syntax errors. Make sure the GetInTouchTheme field has the "Depends on another field" option checked.

Then simply place the macro syntax below in the macro box.

CampaignType.Value == "Maternity"

Brenden Kehren
  • 5,919
  • 16
  • 27