what is the form used for?
Answers
Explanation:
Forms are used to collect the required information in a logical ,meaningful fashion for communication and pass to another entity.
HOPE THAT HELPS YOU
PLEASE MARK ME AS BRAINLIEST
AND FOLLOW ME PLEASE
Answer:
A form is an object associated with a page that contains rules about how the browser should display user view attributes on that page. Forms can incorporate business logic and are often used to manipulate view data before it is presented to the user.
For example, to create a new user account, you use the Create User page, in which you enter information about the new user. This page is generated using an object (a form) in the Identity Manager repository named Tabbed User Form. This form specifies which fields are visible on the Create User page and which HTML form element (for example, text box, check box, or select box) is used to represent each field. This form also specifies additional logic for disabling fields, populating empty fields with default values, and calculating field values from the values of other fields.