Hi Steve,
I wanted to be a bit more explicit on my message about field labels showing. What I specifically want is the ability to do the following:
Display the field titles in the form type “individual”. Those I wish to display are:
- Title
- Organization
- Department
I can see the content of those fields, but cannot see their labels. This is very important for my directory and especially true for my sorting. These are the fields on which people will sort when viewing my directory. I know I can order_by with each of these. The problem is I cannot see the labels.
The other problem is I want to change the name of the labels for display. I know I can change several with the str_target_label=’desired label’. However, I do not see a shortcode for the fields above. So need to both change their display names on the front end as the user views them and also change their display name. What’s the word on this?
Thanks,
Tim
PS – If I can do this, I do not have to change things in the data base that will be overwritten on updates. Trying to avoid that.