How to limit submissions "1 submission every month"

Created on 22 March 2011, over 13 years ago
Updated 3 September 2023, 10 months ago

Good afternoon,

At the moment I can only set submission limit to "X submission(s) every hour/day/week," is there any way to limit it on a monthly basis? Could somebody please help me with this.

✨ Feature request
Status

Closed: duplicate

Version

3.0

Component

Code

Created by

πŸ‡¬πŸ‡§United Kingdom alex-mt

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡΅πŸ‡°Pakistan imhamad

    Thanks, #2 worked for me, I set it once per year

    $interval_options = array(
      '-1' => t('ever'),
      '60' => t('every minute'),
      '300' => t('every 5 minutes'),
      '3600' => t('every hour'),
      '86400' => t('every day'),
      '604800' => t('every week'),
      '31536000' => t('every year'), // Added this line for "Every Year"
    );
    
  • πŸ‡΅πŸ‡°Pakistan imhamad

    However i believe per year should be added in the default options

Production build 0.69.0 2024