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
Started 9 years ago by celsiusmarketing | 2 posts |
-
Getting the following error message in console when embedding form:
TypeError: $.receiveMessage is not a function in machform loader
$.receiveMessage(function(e){
Posted 9 years ago # -
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 9 years ago #
Reply
You must log in to post.