diff --git a/docs/member/edit-avatar.md b/docs/member/edit-avatar.md index 2d119d203..0d75ac566 100644 --- a/docs/member/edit-avatar.md +++ b/docs/member/edit-avatar.md @@ -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 diff --git a/docs/member/edit-profile.md b/docs/member/edit-profile.md index 860df5a84..baae2da0e 100644 --- a/docs/member/edit-profile.md +++ b/docs/member/edit-profile.md @@ -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). diff --git a/docs/member/memberlist.md b/docs/member/memberlist.md index e6f53e5ba..cea7b4100 100644 --- a/docs/member/memberlist.md +++ b/docs/member/memberlist.md @@ -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}`