;
toggleForm();
}
</script>
The display of the form is automatically toggled off when the user clicks the submit button (the display must be enabled in order for the submit button to be visible and thus clickable).
Return