Log in

View Full Version : crazy problem



silver163
12-29-2009, 10:22 PM
Ok so I am trying to integrate this contact form:

http://www.bitrepository.com/a-simple-ajax-contact-form-with-php-validation.html

on my template but I am getting strange error where in firefox it says "element not found" and the button doesn't work. No error messages or anything. What could be wrong?

Here is my site:

http://orangestonephotography.com/polartest/contact2.html

bluewalrus
12-30-2009, 04:31 AM
Your errors are:

$ is not defined
[Break on this error] $(function () {
custom.js (line 3)



Cufon is not defined
[Break on this error] <script type="text/javascript"> Cufon.now(); </script>
contact3.html (line 203)



prefix not bound to a namespace
[Break on this error] <coop:keyword>CSS</coop:keyword>moz-null...dd2f9f5a} (line 61)

Firebug will tell you these. Not sure how to fixes them exactly but they are js not php.

simplecode
12-30-2009, 10:07 PM
<!-- <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/jquery.cycle.all.min.js"></script>
<!-- <22222script type="text/javascript" src="js/jquery.form.js"></script2222> -->
<!--<script type="text/javascript" src="js/jquery.color.js"></script>
<script type="text/javascript" src="js/cufon-yui.js"></script>
<script type="text/javascript" src="js/delicious.font.js"></script>
<!-- <script type="text/javascript" src="js/contact.js"></script>
<script type="text/javascript" src="js/custom.js"></script> -->

you missing --> in some place.