Trigger Newsletter Subscription Popup at 50% Page Scroll
Trigger Newsletter Subscription Popup at 50% Page Scroll
At a glance
The community members are discussing how to trigger a newsletter subscription popup when a user scrolls through 50% of a page. Some suggestions include using a dialog component, a webhook form, or an automation tool like n8n. However, there is some confusion around whether a dialog is the appropriate approach, as a dialog is typically triggered by a click rather than scroll position. The community members suggest alternatives like a basic div that grows into the viewport on scroll, or a scroll-triggered click on a dialog button. They also note that this pattern may not be the most accessible and recommend sticking to more popular patterns like button clicks or scroll animations. There is no explicitly marked answer.
@Oleg Isonen I want a newsletter subscription popup / dialog to auto show with some transition when a user scrolls through 50% of a page ... anything to clarify?