Need different field titles for same core field
For my real-estate site, I need the 'cp_price' core field to read:
- "Price" for items for sale.
- "Net rent" for items for rent.
I am using two different 'Forms Layout'. One for items for sale and one for items for rent.
Two summarize I need two fields with different 'Field Name' referring to same 'Meta Name' which is 'cp_price' in this particular context.
How can this be achieved? Thank you in advance for your support.