zoeriley Posted October 18, 2002 Posted October 18, 2002 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.
Garry Claridge Posted October 18, 2002 Posted October 18, 2002 You can use this: [FMP-Field:expertise,break] This will list them down the page. Hope this helps. Garry
zoeriley Posted October 19, 2002 Author Posted October 19, 2002 That worked perfectly! Thank you so much.
Recommended Posts
This topic is 8140 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now