• Resolved mjbrady

    (@mjbrady)


    Why was the option to limit submissions removed from the latest version?

    Is there a work-around? I have a small website with around 200 members and we relied heavily on the submission limit so that we would not over-register certain events. Now there doesn’t seem to be anyway to limit submissions except for by date.

Viewing 1 replies (of 1 total)
  • Plugin Author bgermann

    (@bgermann)

    The tracking database will be removed in version 15.0. The submission limit relies on it, so it was removed previously. You could hook to the cforms2_after_processing_action and throw an exception if your limit is exceeded. Based on the old tracking database, which you can still use witha plugin in 15.0, you would have to implement a check similar to cforms2_get_submission_left() function.

Viewing 1 replies (of 1 total)
  • The topic ‘Submission Limit’ is closed to new replies.