Hi, im new to the Wix/EditorX system and now designing a new site . I’ve successfully setup 2 databases and a dynamic pages to display the content. I’m want to add to a Referenced Field within the Testimonials database to allow site visitors to add Reviews and then display them.
Can this be done?
Hi Simen,
Thanks for steering me in the right direction. I think you’re right, it’ll need to be coded in. I had a look at those links you’ve provided and will have a go at coding that in
I have seen a post that may work but that uses the save () instead of insert () function. Not sure the exact differences between those.
The difference is that save will update the item if it already exists in the collection (based on if the _id already exists). In this case I’m guessing the user will only inserting new items, not updating any.