No products in the cart.
< 1 min read
Manageability
Severity
Medium
Apex Page
SF-0116
Having multiple <apex:form> tags on a page means that a single page can be performing multiple unrelated data modification actions. This can make the page harder to maintain and understand.
<apex:form>
Refactor your pages or components to use a single <apex:form> tag.
40 min
See the Salesforce documentation article: Visualforce Developer Guide > apex:form.
There was a problem reporting this post.
Please confirm you want to block this member.
You will no longer be able to:
Please allow a few minutes for this process to complete.