2008/8/20 <[EMAIL PROTECTED]>: > Hi, there, > Thank you Dermot for your response. > <form method="post" action="..."> > ... > > <h3>Accessories</h3> > <table border="0"> > <tr> > > <td> > <input type="checkbox" name="battery" > value="battery">additional battery > </td> > > <td> > <input type="checkbox" name="charger" > value="charger">spare charger > </td> > </tr> > <tr> > > <td> > <input type="checkbox" name="screen_cleaner" > value="screen_cleaner">screen cleaner > </td> > > <td> > <input type="checkbox" name="laptop_bag" > value="laptop_bag">laptop carrybag > </td> > > </tr> > > </table> > > > <input type="submit" name="submit" Value="Submit"> > </form> > > > > Question: How do we have a form generated like the one above using > HTML::FormFu?
I am not aware of a method for shoe-horning fields/fieldsets into a table within FormFu. It could be done with css selectors but I can't advise you on that. I think you should post to FormFu (not the Catalyst list). Someone there might detail you how you can do it. Good luck, Dp. _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
