웹사이트를 빠르고 자유롭게 누빌 수 있는 Mozilla Firefox를 다운로드하면 이곳에서 수천가지 부가 기능을 사용하실 수 있습니다!
닫기Nap
내 정보
이름 | Nap |
---|---|
가입한 날짜 | 2월 10, 2015 |
개발한 부가 기능 수 | 부가 기능 0개 |
이 개발자의 부가 기능의 평균 별점 | 아직 별점 없음 |
내 검토
Mail Merge
5점중 5점 받음
Great add-on, and thanks for showing me what I did wrong.
(I have updated my review in light of Alexander's clarification of an issue I had with conditional statements, and to help others avoid the mistake I made.)
In case anyone else has an issue with conditional statements not working as intended, you may have a syntax issue. Taking one of the If/Then/Else constructs as an example, say '{{var|$|if|then|else}}', let me explain;
Af first glance, you may think, as I did, that in order to make that statement work, you would simply substitute the parameters with your variables. Thus, you might write something like the following:
{{{{JobTitle}}|$|{{TestField}}|{{ThenField}}|{{ElseField}}}}
However, this is incorrect!! The right way to implement this would be to use (notice the lack of curly brackets around JobTitle):
{{JobTitle|$|{{TestField}}|{{ThenField}}|{{ElseField}}}}
The conditional syntax is actually an extension of how variables are represented, rather than a separate construct. So, to use the job title field in your email without conditions you would refer to it simply as {{JobTitle}}.
Note that you can use string literals, variables, or combinations of these, as the 'if', 'then', and 'else' parameters. It may also be possible to perform indirection on 'var' if you construct 'var' from variables and text, but I haven't tried this.
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요