[EMAIL PROTECTED] wrote: > > hello there > I love using HTML::FormFu in these two aspects: > 1) Validation - oh ,yeah :) > 2) configuration (via yaml in my case) > > > nevertheless, is there any way we can control the rendering (in TT2)? > From what has been done in the catalyst tute for html::FormFu, i > noticed that it just lists down form elements line by line... > I am sure there are websites whereby the graphics designer would place > form elements in different styles.. > Try including the following line in your yaml:
auto_id: %n This will add an id attribute to every element tag, using the element name. By the way, please join the HTML::FormFu mailing list as this is a good place to post such questions: [EMAIL PROTECTED] _______________________________________________ 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/