I ran into a peculiar issue with Forms. If you type a space into the email address field by mistake, the form can be still be sent. In that case no emails are dispatched, however you can find the submission in the Submissions-tab.
Is there any way to manually implement a more precise plausibility check for E-Mails?
Currently the only thing it seems to do is check if there's an @ in the field, which isn't very practical.
I can type in spaces which doesn't make sense, or type in an E-Mail address without any TLD appended or even just type in an @-sign and still send the form, which doesn't make sense either.