We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13414f commit d621ed1Copy full SHA for d621ed1
docs/member/edit-avatar.md
@@ -20,11 +20,28 @@ This tag allows users to edit their avatar image. The image will be uploaded to
20
21
## Parameters
22
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
41
### `return=`
42
43
return="member/profile"
44
-
45
## Form Inputs
46
47
### `userfile`
0 commit comments