Form cache in Drupal 8 can be disabled in following ways.$form_state->setCached(FALSE);And $form['#cache'] = ['max-age' => 0]; Tags Drupal8 Form Cache Disqus View the discussion thread.