Skip to content

Commit d621ed1

Browse files
committed
Added class-id-name to avatar form
resolves ExpressionEngine/ExpressionEngine#2689
1 parent c13414f commit d621ed1

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

docs/member/edit-avatar.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,28 @@ This tag allows users to edit their avatar image. The image will be uploaded to
2020

2121
## Parameters
2222

23+
### `form_class=`
24+
25+
form_class="login"
26+
27+
This parameter allows you to specify the class attribute for the <form> tag.
28+
29+
### `form_id=`
30+
31+
form_id="login"
32+
33+
This parameter allows you to specify the id attribute for the <form> tag.
34+
35+
### `form_name=`
36+
37+
form_name="login"
38+
39+
This parameter allows you to specify a name attribute for the <form> tag.
40+
2341
### `return=`
2442

2543
return="member/profile"
2644

27-
2845
## Form Inputs
2946

3047
### `userfile`

0 commit comments

Comments
 (0)