• Resolved ronneil

    (@ronneil)


    Hi, is it possible for the date picker dropdown type, month field, to be a word option instead of numbers? Like January, Feb, etc.

    I can also try the hardcode if needed. TIA

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hello @ronneil

    Hope you’re doing well today! Thank you for reaching out to us.

    I am afraid there is no out of box way to show the month in “word” when it comes to the Forminator date picker field dropdown. We already have this as an improvement lined up. However, at the moment I cannot share an exact ETA as to when it will be available in an update.

    You can follow our roadmap to get notified when we release a new update https://wpmudev.com/roadmap/

    This will require some custom development which, I am afraid, will be outside the scope of support we can provide.

    For that, you’ll need to hire a developer to provide the required custom code for you. WordPress provides a jobs directory here https://jobs.wordpress.net/, if you need further advice about it, feel free to email [email protected].

    Subject: ATTN: WPMU DEV support – wp.org”

    Best Regards
    Patrick Freitas

    Thread Starter ronneil

    (@ronneil)

    Thank you for the reply @wpmudevsupport12.

    While waiting, Is there away to change the placeholder of the month, day and year? Because currently, I can only update the labels.

    Changes: Select month, Select day and Select year.

    Plugin Support Zafer – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @ronneil,

    I hope you are doing well today!

    You can add the following CSS code to your Appearance->Customize->Additional CSS which will make those sections “Select Month” and “Select Day”, there is no CSS way to alter Year section as it comes default as the current year and it requires JS or more complex CSS solution.

    #date-1-month span.select2-selection__placeholder:after {
    content: " Month";
    }

    #date-1-day span.select2-selection__placeholder:after {
    content: " Day";
    }

    Kind regards,
    Zafer

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @ronneil

    We haven’t heard from you in some time, so I will mark this thread as resolved. If you have any more questions or need further assistance, please let us know!

    Kind Regards,
    Amin

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