Interactions not working in cms post

Hey fellow Webflowers

I used some custom code to dynamically insert pricing tables components inside my cms page (called “event page”).

The problem is… that the interaction on the components/pricing tables are not getting copied to the cms page on the live site.

are there any custom code to write to make sure the interactions and the tab switch is copied over?

Any help appreciated

  • Philip

Here is my site Read-Only: [LINK](Webflow - Lykke & Co.)
(how to share your site Read-Only link)

Hey Philip_Malan Ac to me If you are using custom code to dynamically insert pricing tables components inside your CMS page, it is possible that the interactions and tab switch functionality may not work as expected. This is because interactions and other Webflow-specific functionality are tied to the specific element IDs and classes used in the Webflow Designer.

To ensure that interactions and tab switch functionality are copied over when inserting the pricing tables into your CMS page, you will need to make sure that the necessary element IDs and classes are included in the dynamically generated HTML. This can be done using JavaScript. Try this once hope this ll solve your problem.

Hey ankitparmar

This could be a work around

How would you go about doing it with javascript?