In my use of SC, all entries will be one of two statuses: “In Process” or “Completed.” We’re using these names since they’re much more applicable to our situation than “open” or “closed.”
I’m aiming to do two things:
1. Make “open” and “closed” not even show up in the drop-down, and
2. All new submissions should default to “In Process”
I know that, in EE, when you create a new Status Group, “open” and “closed” are automatically inserted into it and there seems to be no way to avoid that. Is there something I can do within SC, or should I rely on something external such as JS or CSS?
Even if I were to give in and leave “open” and “closed” in the list, I can’t seem to set “In Process” as the default status when the form loads up. I saw the Default Status option in the SC settings, which didn’t work, and I can’t really use the status=“In Process” parameter because I need users to change it from “In Process” to “Completed” whenever they’re ready.
Any thoughts on these two things?