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 exact format by copy/paste, including creating similar database collections, fields, 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.wixideas.com/tutorials
Check out more videos
Facebook Page: https://www.facebook.com/wixideas
Facebook Community Group: https://www.facebook.com/groups/wixideas
Instagram: https://www.instagram.com/wixideas/
Website: https://www.wixideas.com/
YouTube Channel: https://www.youtube.com/@wixideas

