Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Pages - General Discussions
Answered

How to add validation on registration page

(0) ShareShare
ReportReport
Posted on by 150

Hi everyone,

 

Does anybody know how to add a validation to check if the email has a valid format for example it must have @ sign following with .com etc.

 

bssienes_0-1691684125935.png

 

Categories:
  • Verified answer
    Lucas001 Profile Picture
    2,212 Super User 2025 Season 1 on at
    Re: How to add validation on registration page

    Hi @bssienes,

     

    if I remember correctly there already is some validation set up.

    But you can add some more validation for sure.

     

    You need to create a content snippet Account/Register/PageCopy the correct spelling is important.

    Set it to HTML and write you code in the HTML.

     

    <script>
    $(document).ready(function(){
    
    //Your code here
    
    });
    </script>

     

    You can add as much validation as you want.

    If you want to display some hints etc. you can try using the :after element (Sometimes it's working sometimes not, couldn't figure out yet when it does and when not) or you can use the jQuery .inserAfter() Method to add some text directly below the input field which has a unique id or a css selector.

     



    --------------------------------------------------------------------------------------

    Hope that helps.

    If the post solves your problem, please mark it as solution. If it helps, consider a thumbs up.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 69 Super User 2025 Season 1

#2
oliver.rodrigues Profile Picture

oliver.rodrigues 49 Most Valuable Professional

#3
Jon Unzueta Profile Picture

Jon Unzueta 43