Using this WIX example I was able to add it as a comment section on my dynamic page.
All it took to adjust the code was modifying this line of code
product = await $w('#productPage1').getProduct();
to this 👇🏽
product = await $w('#dynamicDataset').getCurrentItem();
While replicating the exact format by copy/paste, including creating similar database collections, fields, and datasets, you are sure to land your first easy-to-use comment section on your dynamic page.
The rest is pretty easy. You can remove the elements you don't necessarily need❌ and comment them out in the code panel.
Check out the step-by-step video.
🚩MORE TUTORIALS https://www.wixgenius.com/wix-tutorials
📺Check out more videos