UserPreferencesForm

Domain

Preferences form with theme and language selects plus email/push notification and newsletter toggles.

Default

Preview

Appearance

Notifications

Code
<%- include('modules/domain/common/user/UserPreferencesForm', {
  action: '/account/preferences',
  initial: {
    theme: 'SYSTEM',
    language: 'en',
    emailNotifications: true,
    pushNotifications: true,
    newsletter: false
  }
}) %>
Source modules/domain/common/user/UserPreferencesForm.ejs