I want there to be a simpler option for making a field "required", rather than using an IF command combined with an ERROR command, so that it is more clean and efficient to indicate required fields to users.
Example: In the side panel of a form menu, were options for Trim, etc., can be selected, there could be a "required" option. When this option turned on, the form field has a red asterisk next to it indicating it is required. Then, if a user attempts to insert a snippet without an asterisked field filled in, a simple "complete all required fields" message appears. Think of it like how most online forms function.