<form id="FormId" action="noimages/send.php" method="post">
<input required name="InputFIO">
<input required name="InputPhone">
<input required name="InputEmail">
<button>gg</button>
</form>
if (event.type == "touchstart")
{
event.target.onclick = "";
}
Выдает undefined. Как нужно прописать?