@ -118,6 +118,8 @@ addBtn.addEventListener('click', () => {
addBtn.before(row);
input.focus();
numForms += 1;
totalForms.value = numForms;
});