Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ConfiForms Form Definition
formNameform

sashINLINE

 

ddChoicefalse[K800=Hotels|K800=Hotels general|K810=Project Sun|K710=Template|]select

So, a simple dropdown, with choices:

id=label
K800=Hotels
K800=Hotels general
K810=Project Sun
K710=Template

 

List of stored values (showing dropdown field value in default mode)

ConfiForms ListView
formNameform

dd

 

Table with stored values and separate ID and label

So, we are using "dd.id" and "dd.label" to access each property of the dropdown field individually

ConfiForms TableView
formNameform

dd.id

dd.label

Exported

yes, you can have your exports customized and also use the field properties when you export Data Export tricks and hints

...