• Hi, everyone,
    I have a form with conditional logic email.

    If I select Monday, the Monday appointments will be displayed, if I select Tuesday, the Tuesday appointments will be displayed.

    <label>Choose a day of the week </label>
    [select day_of_week "Monday" "Tuesday "]
    
    [group Monday]
      [select monday_dates "Monday, 24-01-2022" "Monday, 31-01-2022"]
    [/group]
    
    [group Tuesday]
      [select tuesday_dates "Tuesday, 25-01-2022" "Tuesday, 01-02-2022"]
    [/group]

    Unfortunately, I have no idea how I can now output the selected date as an e-mail.
    I can’t get any further with these fields.

    
    [day_of_week][Monday][monday_dates][Tuesday][tuesday_dates]

    Does somebody has any idea?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘conditional logic email’ is closed to new replies.