Hello
I am using Laravel/Bootstrap
In the view I show the last name:
But I am interested in showing the first and last name.
Is there any way to concatenate the first name and last name?
Thanks
Hello
I am using Laravel/Bootstrap
In the view I show the last name:
But I am interested in showing the first and last name.
Is there any way to concatenate the first name and last name?
Thanks
No, there is no configuration currently to do that. What you can do is create another field and update the field with the concatenated first name and last name; that way, you can select it for display.