To show those fields, which are normally not public, you need to explicitly list all the fields you want shown in the list shortcode using the “fields” attribute. For instance:
[pdb_list fields="first_name,last_name,date_recorded"]
Thanks for the quick response and for making it so easy to do things like this!
I’m still not sure how I would solve what I’m trying to do.
I have: [pdb_list search=true template=serial suppress=true]
Which the person has to enter the serial number and if found, the records are displayed according to the settings in admin.
How would I also show date_recorded and date_updated in this search list?
If it’s by adding [pdb_list fields=”date_recorded”] I only want this information coming up when they search for it by serial number and it comes up and I’m not sure exactly where I would put this as by itself, it auto displays the information without the search.
Thanks
Just add the “fields” attribute to your shortcode. In the value for that attribute list all the fields you want shown. All the other things you have set up will continue to work.