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

Populate Visualforce Page from user input
Hello everyone,
I have a visualforce page thatreside on a public website.
The user enters information on 2 fields. Then completes a captcha.
The user then clicks a button on the VF page.
Assuming the Captcha is succesful I need to go back to the Salesforce org to return Acount data based on the 2 field and populate fields on the same VF page. I am familiar passing information from Salesforce to a VF page but I am not sure how to retrieve the data from Salesforce based on user input on a VF page. Any suggestions would be greatly appreciated.
Thanks
I have a visualforce page thatreside on a public website.
The user enters information on 2 fields. Then completes a captcha.
The user then clicks a button on the VF page.
Assuming the Captcha is succesful I need to go back to the Salesforce org to return Acount data based on the 2 field and populate fields on the same VF page. I am familiar passing information from Salesforce to a VF page but I am not sure how to retrieve the data from Salesforce based on user input on a VF page. Any suggestions would be greatly appreciated.
Thanks
I should have been more specific.
here is my Visual Force page
Here is the class
Just trying to figure out how to get the account information from salesforce to display on the VF page based on thr users input.
Thanks