• Resolved protoo

    (@protoo)


    I want to use one form on multiple pages. I want only logged in users to be able to submit the form, and they can only submit it once in 30 days per page. Same form can be submitted on another page, but only once in 30 days on each page. Thanks.

Viewing 1 replies (of 1 total)
  • Plugin Support wayes001

    (@wayes001)

    Bit Form doesn’t have this feature built-in.

    However, you can achieve this by custom coding using a filter hook that we provide during validation.

    Here’s the filter hook you can use: bitform_filter_form_validation.

    Since we don’t store the page’s ID, you can perform the validation using the “Referral URL” instead of the page ID. This means you can filter submissions based on the URL from which the form is submitted. By doing this, you can allow only one submission per URL every 30 days.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.