April 5, 201015 yr Hi everybody, I have a field "member type" that contain multiple information such as MLS, or Primary or secondary. SOme field even have MLS and Primary on the same field. My problem is that im trying to import them to a checkbox field that contain all variations, but the fields that have multiple fields for example MLS and Primary don't show up on my checkbox at all. I need to find a way for the checkbox to show both fields checked. hope this makes sense.
April 8, 201015 yr If you separate the incoming values for the fields with return(s), each line is treated as a separate checked box when looked at with the Checkbox field type. If the data is strung on the same line, it won't match any predefined values for the check boxes and therefore nothing will be checked.
Create an account or sign in to comment