Re: [html-formfu] Re: Radiogroup problem

2008-06-04 Thread ivorw
Sorted, thank you very much! Looks as if we could do with a "use strict" for YAML files, and/or perhaps better diagnostics from YAML and YAML::Syck. Lance A. Brown wrote: > ivorw wrote: >> - type: Text >> name: email_address >> label: Email address >> constraints: >>

[html-formfu] Re: Radiogroup problem

2008-06-04 Thread Lance A. Brown
ivorw wrote: - type: Text name: email_address label: Email address constraints: - Email - Required # Added below causes a problem - type Radiogroup name: active options: - [ 0, 'Inactive' ] - [ 1, 'Active' ] - [ 2, 'Sus