Shutting a LP Form off after it hits X completions? | Community
Skip to main content
Kristof-2
Level 4
August 29, 2023
Solved

Shutting a LP Form off after it hits X completions?

  • August 29, 2023
  • 1 reply
  • 1952 views

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. 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
August 29, 2023

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-2
Kristof-2Author
Level 4
August 29, 2023

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

SanfordWhiteman
Level 10
August 29, 2023

Alas, not while staying within community rules.