NO BUG: Error on forms field verifications

I’m encountering the following error that shouldn’t be happening. When you create a contact form and select the EMAIL field type, it used to validate correctly—if you tried to submit the form with an improperly formatted email, you’d get a message warning that the email format was invalid.

Now, if you enter an address like “info@example” the form accepts it as a valid email and displays the “Email sent successfully” message, but the message never actually arrives.

I’ve run a few tests to see whether it catches missing the “@” or simply ending with a “.”, and in both of those cases it does correctly flag the email as invalid.

Hi @Antonio007,

it’s working for me:
CleanShot 2025-07-22 at 11.52.37@2x

Can you make sure that the error message is correctly set in your field?
CleanShot 2025-07-22 at 11.53.08@2x

Please let me know,
Matej

Ok, when i put the error menssage it works correctly.

1 Like

Perfect, thank you. I’m glad that it’s working now.

I’ll mark the topic as no-bug.

Best regards,
Matej