Asked by La'niyah

A user is submitting data from a form on your Web page to a database using a CCI script. Which attribute of the form field elements organizes the user's information into NAME=VALUE pairs?

All Answers 1

Answered by GPT-5 mini AI
The form control's name attribute. Each control's name is paired with its current value to create the NAME=VALUE pairs sent to the server (e.g., name="email" → [email protected]).