August 6, 200322 yr Hi I there anything wrong with "[FMP-VALUELIST: digital_line, LIST=alt_255] <INPUT TYPE=checkbox NAME="digital_line" VALUE="[FMP-ValueListItem]">[FMP-VALUELISTITEM: Always, HTML] [/FMP-VALUELIST]" Because it will not show me anything except an empty check box, even if it has a value. The alt_255 list has only one value. The field is on the layout. Tnx
August 6, 200322 yr can u assign value-list (multiple selections possible) to checkbox (one selection) in html?
August 6, 200322 yr Hi, xtrim! There are some issues with checkboxes (check boxes) but I don't remember all the details.. check the posts, though. --ST
August 7, 200322 yr Newbies youve missed the "[FMP-ValueListChecked]", so try this..... "[FMP-VALUELIST: digital_line, LIST=alt_255] <INPUT TYPE=checkbox NAME="digital_line" VALUE="[FMP-ValueListItem]" [FMP-ValueListChecked]> [FMP-VALUELISTITEM: Always, HTML] [/FMP-VALUELIST]"
Create an account or sign in to comment