If I have the following code before </head> the php form sends but the css crashes and doesn’t display the dropdown menu.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
If I don’t have the code, the submit button refreshes the page if blank and never sends anything but the dropdown menu works. If any of the fields are filled, the submit button returns with 404.
How can I keep both?
Additional details:
- WordPress CMS
- The JQuery script was inserted in a field for customized js in WP.
I know
JSis default, but try putting thetype="text/javascript"in the<script>tag. Also, firebug for firefox has a NET tab that will most likely tell you what is going on. I would suggest if you can’t figure it out by yourself, to post a screen shot of what is loading.