Form CSV Help

** Column order must match exactly as given below.
{{-- You can customize date format using any PHP format characters. For example, if your desired format is "04 April, 2017" save "d F, Y" in format textbox. --}} {{-- --}}
Character Description
label Any field label or leave it blank to print #label#
type This field will draw the type of control from the selected list below:

Text, List, ListDynamic, ListMulti, ListDynamicM, Radio, CheckBox, TextArea, File, Date, DateRange, RTE, Password
type_info This field contains addition information about type field:

List, ListMulti, Radio, CheckBox
Select City,0;New York,1;London,2;Tokyo,3;Dubai,4

ListDynamic, ListDynamicM:
Select name of the list from the customized list inside Settings e.g. Countries, EmployeeType

ListDB
table_name;id_field;#display_field1, - ,#display_field2
placeholder Any text to display it as placeholder text. This applies to Text type controls. For file control, it shows help text below control.
default_value For List and Checkbox "key" of preferred option, else any text.

For ListMulti and ListDynamicM controls, there can be just one default value
validations This field helps to add any validations for input controls. The predefined set of validations are as follows:

required, numeric, alpha_num, alpha, email, unique, min: <no>, max:<no>

*<no> can be any digit. *You can provide multiple validations here seperated by comma
listfield Set value to 1, to display field on list page.
dbfield Database table field name to be used for binding. Leave it blank if you want to omit binding.
dbfield_type Applicable database fieldtype from following list. String, Text, Date, Integer, Float