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

TypeError: $.receiveMessage is not a function


  1. celsiusmarketing
    Member

    Getting the following error message in console when embedding form:

    TypeError: $.receiveMessage is not a function in machform loader

    $.receiveMessage(function(e){

    Posted 8 years ago #
  2. celsiusmarketing
    Member

    This ended up being a jquery conflict.

    I fixed this issue by duplicating machform_loader.js and wrapping it in the following code:


    (function($) {
    //MACHFORM LOADER CODE GOES HERE
    })(jQuery);

    Posted 8 years ago #

RSS feed for this topic

Reply