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.

Close out options once filled by an individual

  1. habicht
    Member

    Here's the situation. I want to provide an online sign-up for artist for an citywide Art Walk. Artists visit the site and choose their desired location. Once s/he has chosen the location, that particular location is no longer available for other artists.

    Posted 12 years ago on Friday March 22, 2013 | Permalink
  2. David Peralty

    To do this, you would need some kind of inventory system which Gravity Forms does not have. A modification of this tutorial might work for you, but it is outside of what we can provide via support:
    http://gravitywiz.com/better-inventory-with-gravity-forms/

    You could also create some custom database table and use gform_pre_render or similar and our post submission hooks to update your table.

    A simple way of doing it would be to not allow duplicates on the field, but that wouldn't remove them from being selected.

    Posted 12 years ago on Friday March 22, 2013 | Permalink