I am having a similar problem using shortcode to insert a CTA into my WordPress site. The embed code does not work because it it is in JavaScript, so I’m trying to use shortcode, which I’ve found to work for CTAs on my page.
The code that works looks like this:
[hs_action id=”###”]
For any new CTAs I create, though, I cannot find the “###” to use in the shortcode. Yuli Yang says above that you can find the CTA ID on your CTA dashboard, but I’m not seeing anything similar to a CTA ID listed there.
Any suggestions on where I find the CTA ID to use for a specific CTA in my shortcode?