Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/member/edit-avatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ This tag allows users to edit their avatar image. The image will be uploaded to

return="member/profile"

### `form_class=`

form_class="login"

This parameter allows you to specify the class attribute for the <form> tag.

### `form_id=`

form_id="login"

This parameter allows you to specify the id attribute for the <form> tag.

### `form_name=`

form_name="login"

This parameter allows you to specify a name attribute for the <form> tag.

## Form Inputs

Expand Down
17 changes: 17 additions & 0 deletions docs/member/edit-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ Include the CSS for the custom member fields.

return="member/registration/success"

### `form_class=`

form_class="login"

This parameter allows you to specify the class attribute for the <form> tag.

### `form_id=`

form_id="login"

This parameter allows you to specify the id attribute for the <form> tag.

### `form_name=`

form_name="login"

This parameter allows you to specify a name attribute for the <form> tag.

## Form Inputs
NOTE: Be sure to include the required Javascript and CSS to use the native [Password Validation](member/password-validation.md).
Expand Down
18 changes: 18 additions & 0 deletions docs/member/memberlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ Outputs a searchable list of members, including form filters to sort and limit t

return="member/memberlist"

### `form_class=`

form_class="login"

This parameter allows you to specify the class attribute for the search <form> tag.

### `form_id=`

form_id="login"

This parameter allows you to specify the id attribute for the search <form> tag.

### `form_name=`

form_name="login"

This parameter allows you to specify a name attribute for the search <form> tag.

## Form Variables

### `{form_declaration}`
Expand Down