nswdpc/silverstripe-userforms-member-fields

A set of fields collecting default member information within a user defined form

Installs: 635

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v1.0.0-rc1 2023-07-28 05:29 UTC

This package is auto-updated.

Last update: 2024-03-28 06:55:30 UTC


README

This module adds a few useful fields to collect default member information within Silverstripe userforms.

  • Email field - default to the signed-in member's email address
  • Name field - default to the signed-in member's name (or title)
  • FirstName field - default to the signed-in member's firstname
  • Surname field - default to the signed-in member's surname

The goal of the fields is to help signed in users complete user forms without having to re-enter their details, with the following caveats:

  1. If a default value is added for the field in the field editor, that will be respected.
  2. The person completing the field can override the default value provided.

Installation

composer require nswdpc/silverstripe-userforms-member-fields

License

BSD-3-Clause

Documentation

For the member name field, set the use_title config value to true to use the value returned from Member::getTitle() as the default field value.

Maintainers

Security

If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.

Bugtracker

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the code of conduct prior to opening a new issue.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the code of conduct prior to completing a pull request.