A section of a Visualforce page that allows users to enter input and then submit it with an or . The body of the form determines the data that is displayed and the way it is processed. It's a best practice to verify that pages and custom components use at most one tag. As of API version 18.0, this tag can't be a child component of .

🎲 Try a Random Question  |  Total Questions in Quiz: 213  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DEV-501: Certified Force.com Advanced Developer - Practice Test 2 — practice the complete quiz, review flashcards, or try a random question.


A section of a Visualforce page that allows users to enter input and then submit it with an <apex:commandButton> or <apex:commandLink>. The body of the form determines the data that is displayed and the way it is processed. It's a best practice to verify that pages and custom components use at most one <apex:form> tag. As of API version 18.0, this tag can't be a child component of <apex:repeat>.