Formidable icon indicating copy to clipboard operation
Formidable copied to clipboard

Date field doesn't processing default value

Open artyomLisovskij opened this issue 7 years ago • 0 comments

If I add something like this: $default_value = date('Y-m-d'); <input id="id" name="dateee" type="date" value="'.$default_value.'"> and will be trying to render form with today date I'll get 1-1-1898 selects. That's wrong. I'm unable to set date without using setValue function(but another fields set well).

May be we need some option to get HTML5 fields(date/datetime/..) like text?

artyomLisovskij avatar Jun 28 '18 20:06 artyomLisovskij