Title: Browser Issues / Form Loading
Last modified: November 15, 2016

---

# Browser Issues / Form Loading

 *  Resolved [Dazmond](https://wordpress.org/support/users/dazmond/)
 * (@dazmond)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/browser-issues-form-loading/)
 * Hi,
 * I am managing a paid version of the plugin for a client, lately it has developed
   a few issues. If I set the script load method to ‘Direct’ I receive a javascript/
   cookie warning dialog upon clicking submit and the form data isn’t processed.
 * If I use ‘Classic’ I don’t have any of the above but the form isn’t visible at
   all in Chrome.
 * Does anybody have any suggestions?
 * Many thanks,
 * Darren.
    -  This topic was modified 9 years, 7 months ago by [Dazmond](https://wordpress.org/support/users/dazmond/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/browser-issues-form-loading/#post-8440641)
 * Hi [@dazmond](https://wordpress.org/support/users/dazmond/),
 * If the form is not loading with the “Classic (Recommended)” option selected, 
   please, check if there is any uncaught javascript error in the webpage (not generated
   by our plugin), that is stopping the rest of javascript code in the webpage.
 * Could you send me the link to the webpage, please?
 * Best regards.
 *  Thread Starter [Dazmond](https://wordpress.org/support/users/dazmond/)
 * (@dazmond)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/browser-issues-form-loading/#post-8442141)
 * Thank you for your reply, here is a link to the page:
 * [http://ecoexplorer.education/subscription-pricing/](http://ecoexplorer.education/subscription-pricing/)
 * The print icon beneath is a plugin which I have disabled but it hasn’t made ay
   difference to the loading of the form.
 * I’ll have a look at what else is running but let me know if you spot anything.
 * Thanks,
 * Darren.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/browser-issues-form-loading/#post-8445233)
 * Hello [@dazmond](https://wordpress.org/support/users/dazmond/),
 * The uncaught error in your page is generated by the theme active. You are using
   the latest version of WordPress, that includes jQuery 1.12.4, but this version
   of jQuery does not support expressions like: `[href=#]`, there is required the
   use of double quotes: `[href="#"]`
 * For example, pay attention to the piece of code:
 * `jQuery('.fusion-navbar-nav a:not([href=#], .fusion-megamenu-widgets-container
   a, .search-link), .top-menu .menu a:not([href=#]), .mobile-nav-item a:not([href
   =#], .search-link), a.fusion-button:not([href=#]), a.fusion-one-page-text-link:
   not([href=#])').click(function() {`
 * in the following file:
 * [http://ecoexplorer.education/wp-content/themes/Avada/js/main.js](http://ecoexplorer.education/wp-content/themes/Avada/js/main.js)
 * Best regards.
 *  Thread Starter [Dazmond](https://wordpress.org/support/users/dazmond/)
 * (@dazmond)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/browser-issues-form-loading/#post-8445344)
 * Hi,
 * Thank you for your reply, with your information I managed to fix this, the form
   is now visible in Chrome, I will make a note of this modification for future 
   theme updates.
 * Many thanks,
 * Darren.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Browser Issues / Form Loading’ is closed to new replies.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Dazmond](https://wordpress.org/support/users/dazmond/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/browser-issues-form-loading/#post-8445344)
 * Status: resolved