Show remaining available form submission allowed
This code allows you to display the remaining amount of times the form is allowed to be submitted.
Important: In order for the below code to work properly you will require to enable the Global form locker setting on your form.
Note: The form locker/submission count is not connected to the Contact Entries created by the form. Deleting entries will not affect the counter. Instead it is based on the period chosen, Daily, Monthly, Yearly etc. as shown in the picture at the bottom of this page.
Copy and paste the below code at the bottom of your child theme functions.php file.
You can now use the below shortcode to display the remaining amount of allowed submission for this form. Replace 123
with your form ID. You can use this shortcode anywhere on your page. But you can also use it inside your form HTML Element.
Last updated