Skip to main content
  1. Posts/

Drupal Form API States

·45 words·1 min·
Drupal Drupal 10 Drupal 9 Drupal 8 Drupal 7 Form API API

Drupal form API states can support multiple values.

E.g.

$form['field_something']['#states'] = [
  'visible' => [
    ':input[name="field_else[0][target_id]"]' => [
      ['value' => 'one'],
      ['value' => 'two'],
      ['value' => 'three'],
      ['value' => 'four'],
    ],
  ],
];

This also applies to:

  • Drupal 7
  • Drupal 8
  • Drupal 9
  • Drupal 10
Michael Michalak
Author
Michael Michalak
Experienced Drupal consultant and Fractional CTO with over 13 years of expertise in backend development, optimization, and securing Drupal applications, specializing in custom module development, migrations, and enterprise integrations across various industries.