PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Limit number of entries Conditional Logic

  1. Ian Sterne
    Member

    This is more of a feature request then a question. I think it would be useful to be able to hide the form when the number of entries has been reached. It would be even better to be able to show only an HTML field after the form has reached its limit.

    I am working on an email subscription form and it is only used once. I would like return visitors to the from to see an HTML formatted message thanking them for their response. Even better if we could use the name they submitted in the form so we could thank them personally.

    Posted 12 years ago on Wednesday September 28, 2011 | Permalink
  2. When using the Limit Entries option in the Form Settings there is a textarea where you can input a message that is displayed when the entry limit has been reached. This textarea supports HTML (as well as shortcodes).

    As for return users, Gravity Forms wouldn't know they are a return user or what their name is. If you wanted to do that you'd have to implement a customization and store a cookie containing relevant form data that you then read and output in the entry limit message using javascript.

    Posted 12 years ago on Wednesday September 28, 2011 | Permalink