Members names can be formatted to be displayed in a number of ways.
Typically the default format of:
{{ title }} {{ preferred }} {{ surname }}This is sufficient for most members, however this can be configured by contacting support@memb.rs and is normally configured during the onboarding process.
Shown below is an example member with the name formatted with title, firstname and surname, as shown at the top of the image.
For individual members you may wish to update their name formatting to something else.
This can be done by adding in the fields that you require in the Display Name Format field.
Use the buttons for each field below the field to add that field to the member Display Name Format.
The formatting is important, each needs to be added as above with the double curly brackets, spaces should be added between each as required, quotes and other text can also be added outside of the curly braces.
For example, if we wish to show a members preferred name in quotes, as well as firstname, we can use the following format:
{{ title }} "{{ preferred }}" {{ firstname }} {{ surname }}
Which will show the following:
Which gives the member display name of:
Mrs "Angie" Angela Brandassi
Comments
0 comments
Article is closed for comments.