Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi,
I need to enable validation for custom textfield in page properties. How to write js for email validation?
Thank you
Solved! Go to Solution.
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
hi @keerthana_hn
Please check this blog - it has sample js written for email validation
https://www.albinsblog.com/2018/09/how-to-enable-custom-validation-on-multifield-touch-ui-aem.html#....
Views
Likes
Replies