Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 191 by
rjacobse...@gmail.com: jquery ui already place on page in
header, but the builder is trying to add it again
http://code.google.com/p/php-form-builder-class/issues/detail?id=191
What steps will reproduce the problem?
1.Include a header that has jquery and jquery ui
2.make a form with your form builder
3.view the page
What is the expected output? What do you see instead?
The expected output is no errors, but what I get is a javascript error.
Why? Because I already loaded jquery and jquery ui in the header included
in our website, but the php form builder is trying to put the jquery-ui on
the page again. By doing this, it is causing an error.
What version of the product are you using? On what operating system?
pfbc3.1-php5.zip
Please provide any additional information below.