Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

All other Modules /

Discuss all other Modules here.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Userforms date validation not working


Go to End


9 Posts   5870 Views

Avatar
Liam

Community Member, 470 Posts

19 November 2013 at 3:03am

Funny that about a year ago I was the last to post in this topic when I wasn't even having issues with the bug, and now I've come across it too.

I'm using 3.1 and have the same issue as being reported here though it only happens when using IE7/8, all other browsers are fine.

I had a DateField that was required. If a user picked the date with the calendar option in IE7/8 and submitted the form, the JS validation gave an error saying the field is required, even though it is filled in. I've changed the field to not required for an easy fix I thought, but the same error happens.

I'll try deleting the field and readding it, as RuthAdele says that fixes the issue, but does anybody have a fix? I have about 10 forms with custom CSS layout this affects, so slightly annoying to go change them all.

Here is the html source of the datefield being outputted. https://www.dropbox.com/s/kwn14mz9nvmmvxa/Screenshot%202013-11-18%2008.55.30.png

The date is being filled in as yyyy-MM-dd and no matter what I put in i18n::set_date_format(); the format doesn't change.

But like I said, works in all browsers except ie7/8, which I find really weird.

Go to Top