I have a form where the recipient email uses keyword modifiers to show if a question has been answered or not rather than showing a blank based on a previous question.
E.g.
Do you want to book flights: No
Date of flight: Not required.
For the above example, I have used:
%response_1_q1^replace_keywords:contains:No:Not required:{response_2_q2}%
If the user has answered Yes to 'Do you want to book flights?', the 'Date of flight' will appear blank if the user hasn't entered anything in.
What is the syntax to show 'Not answered' if the 'Date of flight' is empty but they do want to book flights?
Can I use a keyword modifier within a keyword modifier?
Thanks