SOLVED

Shutting a LP Form off after it hits X completions?

Go to solution
Kristof
Level 4

Shutting a LP Form off after it hits X completions?

Hey Community!

Is there any direct or in-direct way to in a way shut off the form on the LP once it hits for example 20 completions? Ideal scenario would be for example a redirect to another LP without a form anymore. We have it in an Event program but there are no Wait or Pending Approval steps. So I'm wondering how this could be done. Maybe via a trigger campaign counting form fill actions? Any other ideas? It is about putting a LIMIT to the number of form-fills on a landing page. 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Shutting a LP Form off after it hits X completions?

Natively, no.

 

You can do it using a webhook-compatible service, though. Call the webhook to increment a counter on every Filled Out Form. Then read the current count on the client side and don’t load the form if it’s > 20.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Shutting a LP Form off after it hits X completions?

Natively, no.

 

You can do it using a webhook-compatible service, though. Call the webhook to increment a counter on every Filled Out Form. Then read the current count on the client side and don’t load the form if it’s > 20.

Kristof
Level 4

Re: Shutting a LP Form off after it hits X completions?

Great idea @SanfordWhiteman! Thank you so much. 
Any hints regarding a specific webhook service that you would recommend? 

SanfordWhiteman
Level 10 - Community Moderator

Re: Shutting a LP Form off after it hits X completions?

Alas, not while staying within community rules.

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Shutting a LP Form off after it hits X completions?

If it's not obvious, Sandy's Flowboost can do this! 😉