Date fields allow to enter random numbers

Support General Date fields allow to enter random numbers

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #16059
    MauroMauro
    Participant

    Hello there,
    We have some date fields in our metabox and just realised it is possible to enter and save random numbers in the field. Is there some built-in way to enable validation and disallow the entry of dates in the wrong format?

    Here's how we are defining one of the affected date fields.

    Thanks,
    Mauro.

    array (
                    'id' => 'availability_start',
                    'type' => 'date',
                    'format'=>'mm/dd/yy',
                    'name' => 'Available From',
                    'desc' => 'Will be available starting on this date.',
                ),
    #16090
    Anh TranAnh Tran
    Keymaster

    Hi Mauro, you can disable the manual entry by setting 'readonly' => true.

    #17004
    MauroMauro
    Participant

    I had to disable this recently and reset readonly => false because it didn't show the calendar anymore. Not sure what broke this.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.