This may or may not be a possibility for you, but... I've used an html email template to show checkbox values like this:
<div class=flddata><input type="checkbox" name="environment" disabled value="Production" #$$myCheckBoxField$$#>Production</div> The checkbox field is set up like this: Value: CHECKED Alias Value: <a single space> This shows an actual checkbox in the email and the checkbox is read only. Axton Grams On 5/8/07, Shawn Stonequist <[EMAIL PROTECTED]> wrote:
Greetings List! I wasn't able to find anything in the archives or the manuals, so I'm hoping you can help me. We have a list of checkboxes that we want to send in an Email. When saved, the values ($Checkbox$) is saved into a field "Email Body", then setting the Text field to Unfortunately, if checkboxes are NOT selected, this may leave several empty lines in the email. I tried using REPLACE($Email Body$, "||", ""), however, this defeats the purpose of the line break to begin with and pushes all the values into a single string that isn't easy to read. I've put into place the following set field action: REPLACE($Email Body$, "||", "|"), which improves the matter by cutting the line breaks in half, however, there are still empty line breaks (e.g. 6 empty lines between values becomes 3 empty lines between values). The only other thing I can think of is 1 Active Link per Checkbox- if checked, then add to the Email Body field. I'd prefer not to have 1 AL per Checkbox- is this the only way to do this? Thx in advance!!! Shawn Stonequist EMNS Inc. _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"
_______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

