I am using a URL parameter with a form to populate a hidden field. that field should always have a value. However, if the URL parameter is missing, the form can still be populated. It would be great to allow a field to be both hidden and required.
In addition to ensuring that the field has a value, if someone has access to the URL but is not aware that the parameters are also required, they cannot submit the form.