UserProfileForm

Domain

Display name, username (regex), bio (300 char), avatar URL alanları. cancelHref prop'u ile iptal butonu.

Default

Preview

Lowercase letters, numbers and underscores. 3–32 characters.

Code
<%- include('modules/domain/common/user/UserProfileForm', {
  action: '/account/profile',
  initial: {
    name:     user.name,
    username: user.username,
    biography: user.biography,
    profilePicture: user.profilePicture
  }
}) %>

Pre-filled

Preview

Lowercase letters, numbers and underscores. 3–32 characters.

Cancel
Code
<%- include('modules/domain/common/user/UserProfileForm', {
  action: '/account/profile',
  cancelHref: '/account',
  initial: { name: 'Alice Johnson', username: 'alicejohnson', ... }
}) %>
Source modules/domain/common/user/UserProfileForm.ejs