Create and/or Update Post
I am migrating a form from WSForm to Fluentform. It is a form to create or update a CPT. The original WSForm has a post ID field. If that is filled, the form updates a post, if it is empty, it creates a new post. How can I replicate the same functionality with Fluent without creating two forms?
Figured it out: I need two feeds and a condition. Itβs not the most intuitive setup, but it works.