clearOtherForms

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

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

Meta