You need to sign in to do that
Don't have an account?

Merger fields in visualforce page
Is it possible to have merger fields in a custom visual force page?
I want to create a visualforce page which will have a textbox with text like this
Welcome Home {!Management__c.Contact_FIrst_Name__c}.
whe saved the output on a different label must get the contact first name from management object:
Output
Welcome home Lisa
Use StandardController in VF page