Archived topic
Insert external CRM script
1 reply · Started by melvin on January 5, 2022
Hi,
It might be out of support focus but I m dropping by to seek for your help.
My client want to integrate an external CRM script into the website. And this is the instruction given by the CRM provider
Attached here the CRM integration script for your Web master to input at website backend.
My question, could you be kind enough to guide me on the step to insert the below script to the website backend?
TQ
Melvin
Hi Melvin,
You can wrap the code w/ a <script> put the code here </script> and put it in a Hook element.
You then set the Hook element's to either wp_head or wp_footer depending on where the script should be added and set the display rule location to the page where this script is supposed to load. :D