This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 4

js error when loading Machform in WordPress (using the plugin)


  1. isaacl
    Member

    I'm getting an error when trying to load a form with the WordPress plugin:

    Uncaught TypeError: $ is not a function(anonymous function) @ machform_loader.js?ver=4.2.2:1

    After reading a few things online, I was able to get it working by replacing the first line of the machform_loader.js file, which originally had this:

    $(function() {

    With this:

    jQuery(document).ready(function ($) {

    And it's now working again.

    Can this please be fixed?

    Thanks!

    Posted 8 years ago #
  2. isaacl
    Member

    Anyone?

    Posted 8 years ago #
  3. yuniar

    Thanks for reporting this. I've updated our machform_loader.js file with the above code.


    MachForm Founder

    Posted 8 years ago #

RSS feed for this topic

Reply