Changes

Jump to: navigation, search

Custom Field Type: Select One – Combo Box

139 bytes added, 17:16, 30 March 2015
no edit summary
==Referencing the Value==
:<font size="3">'''@''fieldname.value''@''' </font>:<font size="3">'''@''fieldname''.combovalue@''' </font>
or
:<font size="3">'''@#''fieldid.value''#@''' </font>:<font size="3">'''@#''fieldid''.combovalue#@''' </font>When trying to reference the values of this custom field type, you must use '''@fieldname.value@''' or '''@fieldname.combovalue@''', depending on how the field is setup. Typically, you can use @fieldname.value@ but there is a special case where you must use @fieldname.combovalue@ when the values in the combo box are 1=Yes;2=No;3=Maybe.
Using @fieldname.value@ will return the Yes, No, or Maybe. But using @fieldname.combovalue@ will return 1, 2, or 3.
Using @''fieldname''.value will display the full HTML of the field; in other words, a dropdown box containing the values of the field will be displayed.
==Notes==
8,849
edits

Navigation menu