PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

file uploader not working.

  1. hi. I have a form and my file uploader isn't returning anything to me as I test. and get the emails back, nor do I see anything in my entries panel.

    http://www.olathekccarpetlayer.com/contact-us/

    is there a setting or something on my host maybe I have to have them up or something?

    thanks,

    Posted 11 years ago on Tuesday March 26, 2013 | Permalink
  2. I submitted a test and received this confirmation message: "Thanks for contacting us! We will get in touch with you shortly."

    I do see this JavaScript error on the page, which can create problems:

    Timestamp: 3/30/2013 12:35:06 AM
    Error: TypeError: $(...).tweet is not a function
    Source File: http://www.olathekccarpetlayer.com/contact-us/
    Line: 234

    Looks like the WP Slider is including an old version of jQuery:

    <script type='text/javascript' src='http://www.olathekccarpetlayer.com/wp-content/plugins/wp-slider/js/jquery.min.js?ver=1.7.1'></script>

    WordPress 3.5.1 should be using jQuery 1.8.3.

    If you get the proper version of jQuery enqueued, we can take another look.

    Posted 11 years ago on Saturday March 30, 2013 | Permalink