Field types
På denne siden
String
Creates a normal text field.
Text
Htmltext
Radio
Checkbox
Image
Imagetext
Date
DateTime
Limelink
Hr
Creates a horizental line. Good if you want to structure up the page for the user.
List
Creates a combobox of items. This can be styled using the ,'multiple':'multiple','classname':'chzn-select',
This can use programic values using the filler_method. You can eighter use lists to populate it, or you can use a python script to populate the list. Read how you create a filler_method script