>
>
>>
>>  For example I do something like this for a radio button
>  lang_publish:
>   label: Publish
>   options: Y=Yes, N=No
>   value: N
>   required: 1
>
> For a select like you want it should be
>  lang_publish:
>  label: Publish
>  options: Y=Yes,N=No
>  type: select
>  required: 1
>
> also youcan add the multiple attribute to specify if more than one can be
> selected
>
> Hope this helps
>

Thanks a lot for the info,What if i have comma (,) as a part  of the value,
I am not framing questions it is a part of the requirement and i am not
finding anything on net.
Also someone told me formbuilder is not supported much anymore and one
should use FormFu, is it true?
Pl. someone reply,
-- 
Thanks and kind Regards,
Abhishek jain
_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to