I have two pages with HTML forms. The first page has a submission form, and the second page has an acknowledgement form. The first form offers a choice of many controls, whi
You add html invisible layer over the form. For instance
and style:
.coverContainer{ width: 100%; height: 100%; z-index: 100; background: rgba(0,0,0,0); position: absolute; }
Ofcourse user can hide this layer in web browser.