View state has a limit of 135k Best Practices to optimize your view state Minimize number of forms: Avoid using multiple form tag in VF page Instead of using multiple forms use to submit portions of the form. Declare variables as Transient. if you have referred section view state in VF page you must […]