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

Visual force page
Hi,
I designed one webpage. I want to get the data from the web page and i want to store in one custom object. How many ways we can do it?
I designed one webpage. I want to get the data from the web page and i want to store in one custom object. How many ways we can do it?
You'll have to write a controller for it, grab the values that are entered on your webpage and then perform a DML operation to insert those values onto a custom object.
Thanks!