Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/member/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Adds the datepicker to your date fields. Defaults to "yes".

NOTE: **Note:** If you are manually constructing a date field, in order to apply the date picker you must include `rel="date-picker"`.


### `email_as_username="yes"`
email_as_username="yes"

When set to `yes`, if the username is not specified in the submitted form, the value of the submitted email will be automatically used as the username as well. The username field is not required, but is optional, when this parameter is used.

### `error_handling="inline"`
error_handling="inline"

Expand Down