Open Forum

 View Only
  • 1.  Manage content based on registration answer

    Posted 01-09-2024 08:44

    I'd like to manage the content visible in an event's Emails and Event Website, based on the registrant's answer to a registration question.

    It seems like changing the registrant's Registration Type or Contact Type is the best way to control content visibility on Emails and Event Website, but I don't see a way to control Reg Type or Contact Type based on the answer to a registration question.

    Are there any other options to achieve this?


    #Registration

    ------------------------------
    Jamie Walker
    Retail Finance International Holdings, Inc.United States
    ------------------------------


  • 2.  RE: Manage content based on registration answer

    Posted 01-10-2024 14:45

    For others with this question, a solution was found. In an email Text Widget, insert a logic tag, and use the Registration Form: Question: Code & answer.

    This example comes from a Registration Confirmation Email, and a required Registration Question that uses 2 radio options for answers.

    {%IF: EVALUATE({[C-ANSWER:Example Question Code]}) EQUAL_TO "Example question answer 1 text" %}
    Example Content to display if this conditional is met. Can include line breaks, links, data tags, etc.
    {%ELSE%}
    Example Content to display if the conditional is not met.
    {%ENDIF%}


    ------------------------------
    Jamie Walker
    Retail Finance International Holdings, Inc.United States
    ------------------------------