• Hello all,

    For the field Time, is it possible to display only Hour ? I don’t need the field minutes.

    Thanks

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @weju

    Hope you are doing well today.

    I’m afraid there is no built-in option to hide minutes in time field you need to use a custom code to hide it.

    Custom coding is out of socpe of our support but if you target the correct ID, for example “#time-1-minutes” you can set “display: none” and hide that field.
    https://www.w3schools.com/css/css_display_hide.asp

    You can add the CSS code in the form editor -> appearance -> custom CSS.

    Best Regards
    Amin

    Thread Starter weju

    (@weju)

    thanks for the tip but i would prefer that it wouldn’t appear even in the code.

    regards

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.