You're using a WP plugin, best to use what's available with the plugin to ensure things don't break. Looking at the Elementor resources, they have an api you can use, specifically ...
If you have the event date in a program token already...You can add a script like this:<script>MktoForms2.whenReady(function(form) {var eventDate = new Date("{{my.eventdate}}"), ...
It looks like you want a marketo landing page with a marketo form and ajax to send the same data to a second endpoint.Firstly though, if you're using a marketo landing page, add th...
Attribution question:Both events should be getting creditData management/hygiene question:Dependent on your business and sales cycles... or personal preference. I can see pros and ...
(as they are the same person, but with a new email address)Would not merge if it's a new email address. Both events should get credit for generating a lead each. The person has cha...
Hoping there are some active Bizible users here. We're deploying Bizible and still going through onboarding and I'm wondering what people have done about the following issue:> Lead...
Raul Lozano If you've added the script the script to your LP templates, provided you've approved your landing pages, you don't need to do anything else. People may decided to use t...
The bizible.js script is the only one you need to add to your templates. Check if it's working by inspecting that a couple of new attributes has been added to your <form> tag.
Performance and user experience wise the answer above is not good. Consider using the stackoverflow answer:function PrintElem(elem){ var mywindow = window.open('', 'PRINT', 'hei...