I created a new webform and want to include it in a webform node. I want it to be active next week only, so I selected "planified" in the webform settings. The required date format is of the form jj.mm.aaaa (translated from french: dd.mm.yyyy), but the validator wants it to be of the form yyyy-mm-dd, blocking the submission. See the screenshot to know exactly what I'm talking about.

CommentFileSizeAuthor
screenshot.png79.59 KBlpsolit

Comments

LpSolit created an issue. See original summary.

jrockowitz’s picture

HTML5 date time elements use an ISO Date format when submitting dates. Your example in the screenshot needs to also include the time to create a valid ISO date.

lpsolit’s picture

Status: Active » Closed (works as designed)

OK, you are right. I thought that not specifying a time would make it available on day X (something like midnight).