Hi
Yes I can get the values, but when I put the keyword replacements in the conditional it breaks.
I have tried:
The response is: %response_123783_q1%
Is the response test? %response_123783_q1^eq:test:yes %response_123783_q1%:no %response_123783_q1%%
Is the response test? %response_123783_q1^eq:test:yes %globals_response_123783_q1%:no %globals_response_123783_q1%%
Is the response test? %response_123783_q1^eq:test:yes {%globals_response_123783_q1%}:no {%globals_response_123783_q1%}%
Is the response test? %response_123783_q1^eq:test:yes%globals_post_q123783:q1%:no%
Is the response test? %response_123783_q1^eq:test:yes{%globals_post_q123783:q1%}:no%
%globals_post%
%globals_post_q123783:q1%
This is the email:
The response is: test
Is the response test? %response_123783_q1^eq:test:yes test:no test%
Is the response test? yes globals_response_123783_q1%:no %
Is the response test? yes {globals_response_123783_q1%}:no {}%
Is the response test? yesglobals_post_q123783:q1%:no%
Is the response test? yes{globals_post_q123783:q1%}:no%
{āSQ_FORM_123768_PAGEā:ā1ā,āform_email_123768_referral_urlā:"",āq123783:q1ā:ātestā,āform_email_123768_submitā:āSubmitā}
test
What I would expect is:
Is the response test? yes test
or
Is the response test? no
thanks