Preventing multiple orders on an offer based on email

Hi there,

I know this thread is from 2022, but adding an updated note in case anyone is still exploring this :+1:

At the moment, Funnelish doesn’t have a built-in way to block repeat purchases based on email. This kind of check can’t be done securely on the page itself, since client-side code can be bypassed.

If you need to enforce this, the typical approach is to handle it outside of Funnelish. For example, you can:

• Use a tool like Zapier to check if the email already exists and trigger follow-up actions
• Or manage this logic through your own backend/database before allowing access to the offer

Here’s a guide that may help if you’re exploring automation-based setups: