I’ve created a Call-to-Action (CTA) using custom HTML code that’s set to appear at a specific time in my page/video. However, I’m not sure how to make this CTA functional (i.e., actually clickable and working).
Is it possible to add CTA functions (like click tracking, button actions, etc.) to a CTA built with HTML code? If so, what’s the best approach to make my custom HTML CTA fully functional while maintaining the timed appearance?
Yes, that’s totally possible.
If you built the CTA using custom HTML, you can still make it work like a normal Funnelish button.
You can add a button element inside your HTML and give it a class like .btn or .funnelish-btn. Then connect it to your product, upsell, or next step using a simple link or click action.
If you want click tracking, you can also trigger Funnelish’s built-in tracking events with a small JS snippet.
It works the same way as normal elements — you just need to attach the action manually since it’s custom HTML.
If that doesn’t work for you, share more details and the custom CTA you built — I’ll take a closer look.