Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: Multi-form pages with CGI::FormBuilder and HTML::Template

by saberworks (Curate)
on Jan 26, 2009 at 01:14 UTC ( [id://738854]=note: print w/replies, xml ) Need Help??


in reply to Re: Multi-form pages with CGI::FormBuilder and HTML::Template
in thread Multi-form pages with CGI::FormBuilder and HTML::Template

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).
  • Comment on Re^2: Multi-form pages with CGI::FormBuilder and HTML::Template

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://738854]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-24 11:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found