Live demo · Event feedback
Gala & fundraising
Auction path for in-person bidders, donation intent skip
Loading demo…
Live demo · Event feedback
Auction path for in-person bidders, donation intent skip
Loading demo…
Exploration mode. This is the same Logic workspace your team uses in the builder — rules, variables, and Test logic. Nothing you change here is saved; reload the page to reset. The live respondent demo is unchanged.
IF / THEN rules for Gala & fundraising. Expand nested groups, edit conditions, or add rules to see how the builder behaves — changes stay on this page only.
Rule 1 — Screen out — did not attend
IF Question 1: Did you attend the gala? equals No THEN End survey
{gala_attended} = 'No'
Ends the survey (screen-out). Optional redirect below is separate from Finish options used for successful completes.
Rule 2 — Hide auction — virtual
IF Question 2: How did you attend? equals Virtual watch party THEN Hide Did you place a bid in the live auction?
{gala_format} = 'Virtual watch party'
Rule 3 — Show auction feedback — in person bidder
IF Question 2: How did you attend? equals In person AND Question 4: Did you place a bid in the live auction? equals Yes THEN Show How can we improve the auction experience?
{gala_format} = 'In person' and {placed_bid} = 'Yes'
Rule 4 — Show highlight — likely donor
IF Question 3: Do you plan to donate again within 12 months? equals Definitely yes OR Question 3: Do you plan to donate again within 12 months? equals Probably yes THEN Show What was the highlight of your evening?
{donation_intent} = 'Definitely yes' or {donation_intent} = 'Probably yes'
Rule 5 — Require highlight when poor rating
IF Question 6: Overall evening experience equals 1 THEN Require What was the highlight of your evening?
{evening_rating} = 1
Rule 6 — Skip auction — no future giving
IF Question 3: Do you plan to donate again within 12 months? equals Definitely not THEN Jump to Experience
{donation_intent} = 'Definitely not'