I am needing to build a status update tool for a local facility. For instance, in the event of inclement weather, someone can go to the site, set the status to closed and it will render on the live site.
My initial thought for doing this was having a Gravity Form post to a custom post type with the values i needed in custom fields (open, closed, duration, etc). But that would mean each time they update the status, it would be creating a new post.
Is there a better way to handle this that I am not seeing? Can I have the form always interact with a single post, or update a custom field value independent of a post?