I\'m making a form. And on one input tag is an OnClick event handler, which is opening a popup, where you can choose some stuff, and then it autofi
input
OnClick
readonly fields cannot have the required attribute, as it's generally assumed that they will already hold some value.
readonly
required