October 18, 200223 yr I need some help with checkboxes. In my FM database, I have a field set up as a value list with checkboxes. When I send it to my format page via CDML, I would like the "checked" boxes to show up as just text results. I don't want checkboxes on the HTML page--hope that makes sense. I've tried to solve the problem by just using a regular [FMP-field: fieldname] tag (where the fieldname is the field that contains the value list) and that gets the result that I want, except all the checked items run together (i.e., "bacteriology" and "zoo medicine" are checked, and they appear on the page as: Expertise: bacteriology zoo medicine Maybe there is a way to format the way the checked value list items show up? I've been searching the checkboxes strings on this page but haven't exactly found the answer to this question. Maybe someone can help? Thanks.
October 18, 200223 yr You can use this: [FMP-Field:expertise,break] This will list them down the page. Hope this helps. Garry
Create an account or sign in to comment