You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modules could set data on the account object and it was automatically saved.
$form['overlay_control']['overlay'] = array(
'#type' => 'checkbox',
'#title' => t('Use the overlay for administrative pages.'),
'#description' => t('Show administrative pages on top of the page you started from.'),
'#default_value' => isset($account->data['overlay']) ? $account->data['overlay'] : 1,
);
The text was updated successfully, but these errors were encountered:
mglaman
changed the title
User form user_profile_form form ID changed
User form user_profile_form form changes
Mar 21, 2024
The form ID is no longer
user_profile_form
.Modules could set
data
on the account object and it was automatically saved.The text was updated successfully, but these errors were encountered: