I’m struggling with the time field option ACF has. Therefor i would like to create a custom input field with the native time option. Anybody an idea or suggestion how to achieve this?
Native time input is much more user friendly these days in my opinion 🙂
I’m looking to get something like this:
<input type="time" id="fieldname" name="fieldname" min="09:00" max="18:00" required>
Any help or suggestion to get me in the right direct is highly appreciated. I already read this https://www.advancedcustomfields.com/resources/creating-a-new-field-type/, but have no idea how to achieve it.