I believe the post is about HTML <head> section of the document. There are a number of CGI::FormBuilder methods to manipulate how javascript is handled, but I'm not sure there is anything about outputting javascript that won't conflict with other javascript that has previously been generated. For example, what happens if you have two forms and they both output functions with the same name? I have no idea.
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).
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.