Code:
plugin.tt_board_list {
postform.data >
postform.dataArray {
10.label = Subject:
10.type = *data[tt_board][NEW][subject]=input,60
20.label = Message:
20.type = *data[tt_board][NEW][message]=textarea,60
30.label = Name:
30.type = *data[tt_board][NEW][author]=input,40
40.label = Email:
40.type = *data[tt_board][NEW][email]=input,40
50.label = Notify me<BR>by reply:
50.type = data[tt_board][NEW][notify_me]=check
60.type = formtype_db=submit
60.value = Post Reply
}
} Hier markiert der '*', daß es ein Pflichtfeld ist.