I found a bug
re. version 8.3.2
When creating a message using 'styled text' with an embedded picture (not a link to an external picture - but embedded) - it all works perfectly - UNTIL I add a conditional statement - then the picture is missing.
I tested this on different systems - on windows 7 and then tried it on my laptop with XP. Both with the same result.
The weird thing is in the 'Preview' tab it views properly - it just does not seem to email properly. There is no picture when a conditional statement is there.
Try it yourself. No picture means no signature, and this I cannot use. So I will have to email with no conditional statment - so that is 3 different messages and lists - one with females, one with males, and one with no names....grrrrrrrr
*UPDATE
to help with your tests - this is the conditional statement I used (which works anyway)
<IF [[Opt1]] = "f" <AND> [[Surname]] <> "">Sehr geehrte Frau [Surname],
<ELSEIF [[Opt1]] = "" <AND> [[Surname]] <> "">Sehr geehrter Herr [Surname],
<ELSEIF [[Opt1]] = "m" <AND> [[Surname]] <> "">Sehr geehrter Herr [Surname],
<ELSEIF [[Opt1]] = "?" <AND> [[Surname]] <> "">Sehr geehrte Frau/geehrter Herr [Surname],
<ELSE>Sehr geehrte Damen und Herren,</IF>
re. version 8.3.2
When creating a message using 'styled text' with an embedded picture (not a link to an external picture - but embedded) - it all works perfectly - UNTIL I add a conditional statement - then the picture is missing.
I tested this on different systems - on windows 7 and then tried it on my laptop with XP. Both with the same result.
The weird thing is in the 'Preview' tab it views properly - it just does not seem to email properly. There is no picture when a conditional statement is there.
Try it yourself. No picture means no signature, and this I cannot use. So I will have to email with no conditional statment - so that is 3 different messages and lists - one with females, one with males, and one with no names....grrrrrrrr
*UPDATE
to help with your tests - this is the conditional statement I used (which works anyway)
<IF [[Opt1]] = "f" <AND> [[Surname]] <> "">Sehr geehrte Frau [Surname],
<ELSEIF [[Opt1]] = "" <AND> [[Surname]] <> "">Sehr geehrter Herr [Surname],
<ELSEIF [[Opt1]] = "m" <AND> [[Surname]] <> "">Sehr geehrter Herr [Surname],
<ELSEIF [[Opt1]] = "?" <AND> [[Surname]] <> "">Sehr geehrte Frau/geehrter Herr [Surname],
<ELSE>Sehr geehrte Damen und Herren,</IF>