問題タブ [hook-form-alter]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
180 参照

drupal-7 - Drupal 7 - 選択値に応じて入力値を設定

hook_form_alter を作成し、選択オプションに応じて入力値を変更したいと考えています。

名前の値をキャッチします:

実際に私はフォームの状態を使用します:

目標は、選択値がanon(REGISTRATION_REGISTRANT_TYPE_ANON)と異なる場合に名前を設定し、入力を非表示にすることです...そして他の場合には空のフィールドを表示します。