Form Slider Broke on 4th Slide (could be because of js)

Hey Webflow Community,

I’m somewhat new to Webflow and making my first site on the platform. I love the showcase and have been cloning/copying a bunch of different projects over to my website. I recently cloned @philippe’s project to my personal account here and have been trying to copy it over to my website but have been having issues after changing the fourth slide on the form. The issue is on the “Home” page of my website not the “Coming Soon” page.

I believe my custom code (js) is wrong somehow, but I’m not sure how to fix it. If you look at the custom code for the cloned website compared to where it’s copied over to the Home page on my site you’ll see that I changed the input name under step 4, but I don’t think that was enough.

Any help/input would be greatly appreciated!


Here is my public share link: https://preview.webflow.com/preview/akb-modern?utm_medium=preview_link&utm_source=dashboard&utm_content=akb-modern&preview=b42d5721882da9b7ec52b238acdff3a4&mode=preview
Here is my live website: https://akb-modern.webflow.io/home#event-booking

Does anyone have any ideas? :sweat_smile:

Your button on the last step has an ID of “platform-step”

But the click event for slide 4 is looking for an id of “audience-step”

image

Therefore the click handler isn’t triggering when you click the next button on slide 4.

Hey @sam-g, thank you so much! That’s definitely the issue!

No problem, glad you got it working.

1 Like