[Catalyst] HTML::FormFu - how to manually control the rendering?

Dermot paikkos at googlemail.com
Wed Aug 20 17:08:52 BST 2008


2008/8/20  <kakimoto at tpg.com.au>:
> 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.



More information about the Catalyst mailing list