Expand my Community achievements bar.

SOLVED

How to add email validation to the text field in aem?

Avatar

Level 5

Hi,

I need to enable validation for custom textfield in page properties. How to write js for email validation?

Thank you 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

You need to write custom javascript to validate email field. Use regex to validate email format. Refer https://github.com/techforum-repo/youttubedata/blob/master/aem/custom-validation-multifields-1.0.zip

to get validation.js for email validtaion.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

You need to write custom javascript to validate email field. Use regex to validate email format. Refer https://github.com/techforum-repo/youttubedata/blob/master/aem/custom-validation-multifields-1.0.zip

to get validation.js for email validtaion.