The input form works when the javascript alert is not executed. when the alert is executed, it is not allowed to enter data into the input form, it is necessary to minimize the program and maximize it and it works.
code:
function error(){
alert(“now it stops working input form”);
}