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.

AJAX not working

  1. URL: http://dev.brotskydesigns.com/smiletv/#submitpic_section
    find the form and if you click submit you could get the error right away. The error messaged come up but the website brings you to the top of the page and the user doesn't see the errors.

    This is my short code: [gravityform id="2" name="Submit Picture" ajax="true"]

    I think its a jQuery conflict or something but I am hoping someone could point me in the right direction to fix it. Thanks!

    Posted 11 years ago on Thursday July 19, 2012 | Permalink
  2. You do indeed have a jQuery error. See this:

    Timestamp: 7/19/2012 11:54:25 PM
    Error: TypeError: $("#inline").fancybox is not a function
    Source File: http://dev.brotskydesigns.com/smiletv/#submitpic_section
    Line: 1559

    Once you resolve your JavaScript and jQuery errors, your form should work fine.

    Posted 11 years ago on Friday July 20, 2012 | Permalink