フォームを使用する場合。なぜキーに「#」を付けるのですか? 何か特別な理由は?
$form['a'] = array(
'#type' => 'textfield',
'#title' => t('Score if not chosen'),
);
フォームを使用する場合。なぜキーに「#」を付けるのですか? 何か特別な理由は?
$form['a'] = array(
'#type' => 'textfield',
'#title' => t('Score if not chosen'),
);