efiby
New Member
Up to 8.5.2. this worked without any problem
My script for Conditional messages
<IF [[Opt2]] = "Frau" <AND> [[Opt1]] ="f" <AND> [[Nachname]] <>"">Sehr geehrte Frau [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Frau" <AND> [[Opt1]] ="p" <AND> [[Nachname]] <>"">Liebe Frau [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Frau" <AND> [[Opt1]] ="du" <AND> [[Nachname]] <>"">Liebe [Vorname],
<ELSEIF
[[Opt2]] = "Herr" <AND> [[Opt1]] ="f" <AND> [[Nachname]] <>"">Sehr geehrter Herr [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Herr" <AND> [[Opt1]] ="p" <AND> [[Nachname]] <>"">Lieber Herr [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Herr" <AND> [[Opt1]] ="du" <AND> [[Nachname]] <>"">Lieber [Vorname],
<ELSE> Sehr geehrte Damen und Herren, liebe Freundinnen und Freunde,</IF>
I got in the preview and in the sent e-Mail the correct address. Now i get only the condition behind <else>.
There was no change in the recipient-file.
Do You have please any idea. Thanks in advance.
Herb
My script for Conditional messages
<IF [[Opt2]] = "Frau" <AND> [[Opt1]] ="f" <AND> [[Nachname]] <>"">Sehr geehrte Frau [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Frau" <AND> [[Opt1]] ="p" <AND> [[Nachname]] <>"">Liebe Frau [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Frau" <AND> [[Opt1]] ="du" <AND> [[Nachname]] <>"">Liebe [Vorname],
<ELSEIF
[[Opt2]] = "Herr" <AND> [[Opt1]] ="f" <AND> [[Nachname]] <>"">Sehr geehrter Herr [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Herr" <AND> [[Opt1]] ="p" <AND> [[Nachname]] <>"">Lieber Herr [Opt3] [Nachname],
<ELSEIF
[[Opt2]] = "Herr" <AND> [[Opt1]] ="du" <AND> [[Nachname]] <>"">Lieber [Vorname],
<ELSE> Sehr geehrte Damen und Herren, liebe Freundinnen und Freunde,</IF>
I got in the preview and in the sent e-Mail the correct address. Now i get only the condition behind <else>.
There was no change in the recipient-file.
Do You have please any idea. Thanks in advance.
Herb