Alert Emails - Trouble Capturing Custom Field Selections using "Checkboxes" Field Type | Community
Skip to main content
Level 7
March 16, 2016
Question

Alert Emails - Trouble Capturing Custom Field Selections using "Checkboxes" Field Type

  • March 16, 2016
  • 1 reply
  • 3089 views

Hi all,

I'm setting up an Alert Email and I'm adding tokens to capture values from their respective form fields. I'm using custom lead fields for certain questions on the form. I've run tests and most of the values are populating in the alert email, but my last question is another custom lead field that is using the "Checkboxes" field type and it has about 20+ values to choose from. When I check multiple values for this question, after I submit the alert email only shows a number "1" for the value. I want the email to display all of the values I selected in the checkboxes of the form. Does anybody know why? When I don't select any of the checkboxes, the alert email will display nothing, not even the default value. 

I appreciate your help!

Thanks,

Tom

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Robb_Barrett
Level 10
March 16, 2016

It's possible that you didn't correctly create the form element.  Open up the Checkboxes item on the form and click Advanced Editor, then copy and paste what you see.

If you used a value of "Yes" for each of the lines then you lost the data.  It should look like this:

Option A | Option A

Option B | Option B

Option C | Option C

If you did this:

Option A | Yes

Option B | Yes

Option C | Yes

Then you don't know what they've answered to. It will put in the Yes or True (represented as a 1 in data) for each item they checked.

Robb Barrett
Level 7
March 17, 2016

Robb, I took a screenshot of the simple and advanced editor - it looks like I'm defining server values the right way?

Tom Kerlin
Grégoire_Miche2
Level 10
March 17, 2016

Hi Tom,

Yes, it seems to be set correctly. I ran a test and, on ly side, the field does take the multiple values.

Test it at the lead level, look at the lead fields and the lead activity log. If things are correct here, it means there is problem in the email. If the lead values are not what they are supposed to be, the problem is likely on the form.

-Greg