function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VenkateshVenkatesh 

working with two visualforce pages which have different standard controllers

Hi ,
I have a visualforce page(vf1) which have a standard controller as account .It has button and a inputtext as a field .There is a another visualforce page(vf2) which has standard controller Opportunity and a inputtextfield. When a user enter a value in inputtext of vf1 and hit submit button it should redirect to a visualforce page(vf2) and a value should of vf1 should display in vf2. How is it possible.? 
SandhyaSandhya (Salesforce Developers) 
Hi,

I would suggest you refer below linlk which have sample example.

https://gist.github.com/pchittum/7929944

https://developer.salesforce.com/forums/?id=906F00000005IkvIAE

https://blog.webnersolutions.com/salesforce-passing-data-from-one-visualforce-page-to-another

If this helps you, please mark it as solved so that it will be available to others.

Best Regards,
Sandhya