RS Gravity Forms Limited Entries
[WordPress Plugin] Allows you to limit any Gravity Form to a single entry per user, or a set number of entries per user.
by Radley Sustaire · github.com/radgh/rs-gravity-forms-limited-entries
★ 1stars
11release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/radgh/rs-gravity-forms-limited-entries/releases/download/v1.0.1/RS-Gravity-Forms-Limited-Entries.zipDeclares an update source (https://github.com/RadGH/RS-Gravity-Forms-Limited-Entries), so updates arrive through the plugin's own updater.
From the readme
RS Gravity Forms Limited Entries
This plugin allows you to limit any Gravity Form to a single entry per user, or a set number of entries per user.
Find the setting under Form Settings Restrictions after to the default "Enable entry limit" field (which does not limit by user).
- View this plugin on Zingmap.com
New fields available:
Required Plugins
Gravity Forms
How to use
1. Install and activate the plugin
2. Navigate to the form of your choice and go to the Form Settings
3. Scroll down to the "Restrictions" section under Form Settings
4. Check the box "Enable entry limit (Per User)"
Additional settings (once enabled)
Number of Entries (Per User) - The maximum number of entries a user can submit, and the time frame to look within (All time, per day, per week, per month, or per year)
User Source - How to compare the current user. Options include: form submitter (default), a user ID field, or an email field.
Message Type - Choose to display the default confirmation message or a custom message which you can specify.
Developer Hooks
Filter the user's email: This filter can change the email address used to compare a user by email. You may need this if users support more
Read the full README on GitHub →