Found now a better solution for the single Radio-Buttons:
I use them in a Radiogroup and remove the border by css.
I think the problem with options localization can be solved like this:
#Breakfast
- type: Radiogroup
name: breakfast
label_loc: breakfast
options:
- value: '1'
label_loc: yes
- value: '0'
label_loc: no
The same with the select field:
# Request type
- type: Select
name: type
label_loc: type
options:
- value: '1'
label_loc: request
- value: '2'
label_loc: booking
So this solution works.
Don't know if there is a better solution.
But thanks anyway!!
Stefan
_______________________________________________
HTML-FormFu mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu