Input value, Edit and Save Record From Visualforce page
In the previous post of this tutorial, I helped you know how to display value of fields in Visualforce Page. Today I will show you how to get data from the user and update this data to the database. To capture input data from a user, use the <apex:form> .