clearOtherForms

formToKeep: For example, if formToKeep is "purchase", then submissions["purchase"] will not be cleared, but the rest will. If formsToKeep is null or empty string, then all will be cleared.

  1. void clearOtherForms(FormSubmission[string] submissions, string currUrl, string formToKeep)
    void
    clearOtherForms
  2. void clearOtherForms(FormSubmission[string] submissions, string currUrl, string[] formsToKeep)

Meta