On Wed, Aug 08 2012, Sungsam Gong <
gong.s...@gmail.com> wrote:
> I actually have seen 'element_attr' and tried before posting this, but
> with no success - still printing <input type="submit" name="submit"
> id="submit" value="Go" /> only.
> Does the use of 'HTML::FormHandler::Widget::Form::Table' within the
> form matter?
no, this is just a wrapper around your field, so doesn't affect the
rendering of the field itself.
> Mine is built on HFH 0.36003.
looks like in this version, the attribute was called 'html_attr'
instead.
BTW, to get the correct documentation for the version you are using, you
should select your version in the left column of the
metacpan.org
display (or navigate to the version on
cpan.org).