Skip to content

Instantly share code, notes, and snippets.

@Seorusus
Created July 17, 2023 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Seorusus/7bfa57ba9e53ec2cc20bc9103a0a2df4 to your computer and use it in GitHub Desktop.
Save Seorusus/7bfa57ba9e53ec2cc20bc9103a0a2df4 to your computer and use it in GitHub Desktop.
Скрыть сабмит формы при определенном условии
// Define the exposed form elements
$form['actions']['submit']['#states'] = [
'visible' => [
':input[name="choose_selector_container[choose_selector]"]' => ['value' => 'coincidence'],
],
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment