You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/member/registration.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,8 @@ The primary role that will be assigned to registered member. If omited, the defa
41
41
42
42
### `error_handling="inline"`
43
43
error_handling="inline"
44
-
This parameter allows you to use inline errors in your registration form
45
44
45
+
This parameter allows you to use inline errors in your registration form. The errors can be displayed using `{error:field_name}` name where `field_name` would need to be replaced with the name of the field that has error, as used to compose the form.
46
46
47
47
## Form Inputs
48
48
NOTE: Be sure to include the required Javascript and CSS to use the native [Password Validation](member/password-validation.md).
@@ -65,8 +65,8 @@ Terms of Service acceptance. This is a **required** field:
0 commit comments