- Issue created by @luca.pecchiura
If I remember correctly this works as expected according to standards → .
I noticed that the Webform email field is not being fully checked.
The module only verifies the presence of the '@' character, but not the final domain.
As a result, if a user mistakenly types:
name_lastname@gmail
instead of @gmail.com,
Webform will still accept it, allow the user to proceed, and submit the form.
This means that the email field in the submission results may be missing the domain.
I have just verified this behavior on a fresh Drupal installation (11.2.2) using Webform version 6.3.0-beta2.
Active
6.3
Code
If I remember correctly this works as expected according to standards → .