Is it possible to limit the number of entries for a form per user? Like if I have a form, and I only want it filled out once per user, not just once globally, can I do that?
Is it possible to limit the number of entries for a form per user? Like if I have a form, and I only want it filled out once per user, not just once globally, can I do that?
There is currently no way to limit per user, as Gravity Forms doesn't store data in a way that it would let it do that. The only thing we have currently is a check for no duplicates from all entries from the form's history.
If you require a username or email and don't allow duplicates on those fields, you would effectively limit the form entries to one per user for that form.
I have created a form with "no duplicates" checked for the email field. Now, whenever I pull up that page, instead of seeing the form I only see the duplicate error message (This appears to be a duplicate entry. Only one entry per person is needed. Thank you!) This remains true even when I have logged out from my email account.
We want to make sure that multiple people/emails can sign up from the same computer, and I want to format and embed the form on a contact page. This would look silly if only the duplicate error message displayed.
Can you help me? What am I missing? The page I am working on is: http://momastery.com/blog/subscribe/
Are you sure your form is being placed on that page correctly? That doesn't look or seem like text coming from Gravity Forms...
This is the only code on the page:
[gravityform id="3" name="Subscribe" title="false" description="false"]
The preview is working correctly, and I customized the duplicate text at some point of the development, but haven't tweaked any code. Any guesses as to what is going on?
Can you send me a WP Admin login to rob@rocketgenius.com so I can take a look?