I had a simple Fields Delimiter field in my old web site:
<strong>[company]</strong>
[address] [cb_address2]
[city], [state] [zipcode]
(HTML: <p><strong>[company]</strong><br />[address] [cb_address2]<br />[city], [state] [zipcode]</p>).
When I upgraded to 2.0.x, these now display exactly as shown above instead of showing the data.
I searched the Primer, and can't find anything in there, and I searched to forums and found all kinds of clever comparison and conditional stuff, but I couldn't see how the above might have changed, unless it's supposed to have [cb: fieldname="company"] or something like that.
I also tried to find the full CB manual, or a developers manual, but I could not find anything when I tried to search under downloads.
What's making this fail? I double and triple-checked the field names, and I've got another site with the same field that is displaying correctly.