私のフックフォームの変更では、これは生年月日の配列です:
[Birthdate] => Array(
[#type] => fieldset
[#title] => Birthdate
[#weight] => 1
[profile_birthdate] => Array(
[#type] => date
[#title] => Birthdate
[#default_value] =>
[#description] => The content of this field is kept private and will not be shown publicly.
[#required] => 1
)
)
私が試してみました:
unset($form['Birthdate']['profile_birthdate']);
unset($form['Birthdate']);
「有効な生年月日を入力してください」というメッセージがまだ表示されるため、それは機能しません。フィールドを非表示にし、メッセージを表示しないようにします。