In order to create a dynamic slideshow on Editor x i followed these steps:
- I added a progallery and named it dynamic Slideshow .
- Added a text1 and named it slideTitle0 .
- Added a text2 and named it slideDescription0 .
- I created a database named ‘DynamicSlides’ with 3 fields ‘Title’(text),‘SlideBackground’(image) and ‘description’(text)
I added the following code in dev mode as the attached file (taken and modified from wix examples):
I got back type error ‘Cannot read property ‘forEach’ of undefined’ can someone help me to solve this? Many thanks!