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.

PayPal Payment Forms Not Appearing

  1. I am using the PayPal add-on on two pages. They are not appearing at all. I did a new page as a trial with one of the forms and it does not appear on there either.

    Pages are:

    http://www.nurturingdevelopment.com/contact-us/make-a-payment-ndla-ii/

    http://www.nurturingdevelopment.com/contact-us/make-a-payment-ndla-i/

    All other Gravity Forms on the site are working (I'm using multiple forms).

    I've checked the forum for answers and tried the default themes. They don't appear when using those either.

    Thanks in advance for your assistance.

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  2. You have a whole bunch of JavaScript errors on that page, which is why the form is not appearing. Fix these errors and check again to see if your form appears.

    Timestamp: 1/25/13 5:21:13 PM
    Error: TypeError: b.browser is undefined
    Source File: http://www.nurturingdevelopment.com/wp-content/plugins/jquery-lightbox-for-native-galleries/colorbox/jquery.colorbox-min.js?ver=1.3.14
    Line: 4
    
    Timestamp: 1/25/13 5:21:13 PM
    Error: TypeError: b.browser is undefined
    Source File: http://www.nurturingdevelopment.com/wp-content/plugins/fancybox-for-wordpress/fancybox/jquery.fancybox.js?ver=1.3.4
    Line: 18
    
    Timestamp: 1/25/13 5:21:13 PM
    Error: SyntaxError: syntax error
    Source File: http://www.nurturingdevelopment.com/contact-us/make-a-payment-ndla-ii/
    Line: 148, Column: 10
    Source Code:
     'width': , 
    
    Timestamp: 1/25/13 5:21:13 PM
    Error: TypeError: $(...).colorbox is not a function
    Source File: http://www.nurturingdevelopment.com/wp-content/themes/peekaboo_110/js/p2.js?ver=3.5.1
    Line: 24

    Two of the errors are from plugins and one if from the theme.

    Also, it looks like you are loading jQuery latest rather than the included 1.8.3 version which would be enqueued by WordPress 3.5.1. Here is the line where it's included:

    <script type='text/javascript' src='http://code.jquery.com/jquery-latest.pack.js?ver=3.5.1'></script>

    It's possible if you remove that version and let WordPress do its job of enqueuing jQuery 1.8.3, your JavaScript errors might be taken care of.

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  3. This just started happening recently. Let me see and I'll post back with updates. Thank you so much!

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  4. Question? How do I fix the errors ON THAT PAGE?

    Posted 11 years ago on Friday January 25, 2013 | Permalink
  5. You need to fix the errors on your site. They exist on all pages. They just happen to prevent the display of the form on that one page.

    The same four errors exist on this page, for example:
    http://www.nurturingdevelopment.com/

    Posted 11 years ago on Friday January 25, 2013 | Permalink