App creation config: Hide 'Pending submissions' banner

Use case

A user might render the request form, and due to the following 2 options/user journeys, might skip submitting the request:

  1. Saves the request form in draft
  2. Tries to submit the form but fails to submit it successfully due to validation checks.

In such a scenario, we show a banner to the user under the initiator input step, which allows the user to view the list of pending submissions and resume any of the pending requests.

Feature specification

  1. While creating/editing application details, an explicit configuration has been introduced to show/hide this banner for the requesters'.

  2. If the configuration is enabled, the banner would be visible to the user on the initiator form screen, else it would be hidden.