Hello.
This problems occurs because essential.js executes this method (initForm) that is obsolete.
I put this code below the POPUP code on the wordpress content editor of pixpopup:
<script> wpcf7.initForm = function ( el ) { console.log(el); wpcf7.init( el[0] ); }</script>
and then works.
Or you can change the essentials.js popup to not execute the initForm method anymore.
-
This reply was modified 4 years ago by Joao Neto.
-
This reply was modified 4 years ago by Joao Neto.