Custom Fields Not Populating Information | Community
Skip to main content
August 20, 2014
Question

Custom Fields Not Populating Information

  • August 20, 2014
  • 5 replies
  • 1117 views
Hi everyone, 

I have a few custom fields I created, and I'm having an issue with them populating the information in our alert emails when forms are submitted. 

For some reason, for example on a "Yes or No" checkbox field, when the form is submitted, we will receive our alert emails, but the data will come through either unpopulated or with a "1" in the data spot. 

Is there any special editing that needs to be done when a custom field is created? Could I be missing a step?

Please let me know your thoughts!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

5 replies

August 20, 2014
That is the way that boolean fields are interpreted. 1 = True or Yes, 0 or NULL = False/No. Just have to tell the folks getting your emails that this is how to understand it.

If you really need to have Yes or No, create a custom field that changes when the data value of your Yes/No field changes, but seems to me more trouble that it's worth.
August 20, 2014
In addition to what Jason says, you can add this explanation right in the alert email after the boolean field value that needs to be explained.
August 20, 2014
Great point Elena. Something like

Are You Attending?: {{lead.Custom Boolean Field}}  -- (1 means Yes, blank means No)
August 20, 2014
Great! Thank you for clearing that up everyone.

But here's another question: I have a custom field that has a list of service providers that a user can select from. Right now it is a boolean field, and the selections won't populate when a user selects from the list. What would be the best type of field to use for this instead?

I'm just not as savy when it comes to creating the new custom fields yet! 
August 20, 2014
I would create it as a String field for maximum flexibility; you can then turn it in to any sort of field you want in the Form Editor.

If you choose a Select box, then only the values that you identify in the box will go into the field anyways (but you could override them using Change Data Value, the lead's record, etc.)