I am trying to incorporate using AJAX to populate a popup DIV for a modal popup from content from a CMS-generated webpage.
Here is the homepage where the testimonials will live: geauxfresh.webflow.io – scroll down to the “Client Testimonials” section and view/click on each testimonial so you can see what I’m trying to do.
I also need some way to store the testimonial URL (from the CMS database) into a element so the script can reference this URL and load the correct testimonial into the popup DIV.
Simple enough?
Can you point me to some “Using AJAX with Webflow and pulling from the CMS-generated webpages” examples?
From what it sounds like, you may be able to achieve your goal with a popup that has a dynamic list in it that’s filtered by tags (item references)
Note: this is a workaround as we cannot have nested dynamic lists yet.