Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Writing a widget for a client, using the information below (really cool features added here since last time btw)
https://siteorigin.com/docs/widgets-bundle/form-building/form-fields/
However, I’m missing a field for specifying a date.
So, I’m requesting this for a future release, and maybe a solution to use for now (i have made a date section with 3 selects, one each for YMD, but i’m really not a fan of it :) )
I was hoping that ‘type’ => ‘date’ would at least give me a html5 date input, but i got an error.
Thanks!
Hi Linuzitac,
I’ve marked this thread as a feature request. We often look through these threads to get ideas for what to add in our future updates. Hopefully, we’ll be able to add this in a future update.
You best bet for a solution, until this form is introduced, would be to create a custom form field and set it up to either output a basic html5 date field or your preferred datepicker JS library.
I was hoping that ‘type’ => ‘date’ would at least give me a html5 date input, but i got an error.
We don’t have a date form field so trying to use one will result in an error.