Ошибка: MuseJSAssert: Error calling selector function:TypeError: Объект не поддерживает это свойство или ме�

  • liniyaneba
    Asked on November 4, 2015 at 6:31 AM

    Почему не могу вставить форму на сайт?

    выходит ошибка

    MuseJSAssert: Error calling selector function:TypeError: Объект не поддерживает это свойство или метод

     

    Вставляю как HTML потому то мне надо вставить код отслеживания цели

  • Ben
    Replied on November 4, 2015 at 10:58 AM

    There is likely a conflict that is causing this for you when you embed it as full source code.

    My suggestion is to look into the noConflict option that you can see more about here: Avoiding Conflicts with Other Libraries | jQuery Learning Center

    It should allow you to use the source code of your form, make needed changes to it and to avoid the conflicts.

    Alternatively you could set the form with the tracking code changes and then show that page through the iframe on the original page.

    Do however let us know how it goes and if you need any assistance with either of the two options.