web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : WbL/P9rwouLEDTBrBtknBE
Power Pages - Customize & Extend
Answered

Date Field Validation

Like (0) ShareShare
ReportReport
Posted on 30 Aug 2022 01:04:27 by 15

I am showing a date field on the portal in advanced web forms. I now need to ensure that only users who are 18+ years of age can enter their date of birth. Does any one know how to do this?

 

I have the same question (0)
  • Verified answer
    snaz Profile Picture
    15 on 31 Aug 2022 at 01:49:43
    Re: Date Field Validation

    @hugobernier your solution worked like a charm. Only change I had to do was to use maxDate

     

  • Verified answer
    Hugo Bernier Profile Picture
    on 30 Aug 2022 at 14:17:10
    Re: Date Field Validation

    At the moment, the easiest way to do something like this is to go to the Portal Management app (from the Apps tab in make.powerapps.com) and navigate to Basic Forms .

     

    Find the where you want to add validation and open it. Find the Additional Settings tab and scroll to the Custom JavaScript section and add the script you want to set the minimum date of the field to 18 years ago.

     

     

    $(document).ready(function() {
     $("#yourfieldgoeshere").next().data("DateTimePicker").minDate(moment().add(-18, 'years'));
    });

     

     (Disclaimer: I wrote the above code without testing it, please forgive for any errors).

     

    I hope this helps?

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 85 Super User 2025 Season 2

#2
Jerry-IN Profile Picture

Jerry-IN 43

#3
dgray304 Profile Picture

dgray304 39

Last 30 days Overall leaderboard

Featured topics