There are additional options for how forms should work. Read on for more details
- On create: Leave form open - Great if you want people to be able to update their request after it is submitted.
- On create: Ignore validation - This means that people can create a request even if the form is not complete. This is useful if you have a long form and you want people to effectively save their initial form and then submit it later. Validation rules will not be enforced until the form is submitted.
- Portal: Hide submit button - Finally some people never want their forms to enter a submitted state, this option allows you to hide the “submit” button and keep an issue in an open state. This options allows portal users (customers) to continue to edit their forms after the request is created.