Can you combine fields in a list?
-
Can you combine fields in a list?
Say I have 3 fields first_name, last_name, & age.
[pdb_list fields=”first_name,last_name,age”] displays the three fields as:
first name last name age John Doe 27 Frank Smith 46
I’d like to have it display as:
Name Age John Doe 27 Frank Smith 46
Is this possible?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can you combine fields in a list?’ is closed to new replies.