Skip to content

Commit 9b9fa04

Browse files
authored
Merge pull request #551 from ExpressionEngine/feature/7.x/member-management-form-class
docs for form parameters
2 parents c13414f + 470d87d commit 9b9fa04

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

docs/member/edit-avatar.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,23 @@ This tag allows users to edit their avatar image. The image will be uploaded to
2424

2525
return="member/profile"
2626

27+
### `form_class=`
28+
29+
form_class="login"
30+
31+
This parameter allows you to specify the class attribute for the <form> tag.
32+
33+
### `form_id=`
34+
35+
form_id="login"
36+
37+
This parameter allows you to specify the id attribute for the <form> tag.
38+
39+
### `form_name=`
40+
41+
form_name="login"
42+
43+
This parameter allows you to specify a name attribute for the <form> tag.
2744

2845
## Form Inputs
2946

docs/member/edit-profile.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,23 @@ Include the CSS for the custom member fields.
3333

3434
return="member/registration/success"
3535

36+
### `form_class=`
37+
38+
form_class="login"
39+
40+
This parameter allows you to specify the class attribute for the <form> tag.
41+
42+
### `form_id=`
43+
44+
form_id="login"
45+
46+
This parameter allows you to specify the id attribute for the <form> tag.
47+
48+
### `form_name=`
49+
50+
form_name="login"
51+
52+
This parameter allows you to specify a name attribute for the <form> tag.
3653

3754
## Form Inputs
3855
NOTE: Be sure to include the required Javascript and CSS to use the native [Password Validation](member/password-validation.md).

docs/member/memberlist.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ Outputs a searchable list of members, including form filters to sort and limit t
2121

2222
return="member/memberlist"
2323

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

2644
### `{form_declaration}`

0 commit comments

Comments
 (0)