in reply to Re: Multi-form pages with CGI::FormBuilder and HTML::Template
in thread Multi-form pages with CGI::FormBuilder and HTML::Template
Probably the easiest thing is to just disable javascript output for one of those forms. Submission should get checked again anyway on the server side. From the docs on the CGI::FormBuilder constructor:
javascript => 0 | 1 If set to 1, JavaScript is generated in addition to HTML, the default setting.You can also look at the template section and write your own template (then at least you can control where the javascript goes, if anywhere).
|
|---|