It appears there are two statuses -- Draft and Submitted. How do I change this field from Submitted to Draft on a specific entry? Additionally, is there a way to expand this to support additional entries?
One way is to issue a SQL update command to set is_draft to 1 (vs. 0) in the frm_items table. See here - https://formidableforms.com/knowledgebase/database-schema/
Please login or Register to submit your answer