• Resolved Mike George

    (@mikegeorge)


    Hello

    After trying many plugins I think CF7 and Flamingo are what I’m looking for, but I need an input field for the user to enter a time.

    Do you have any plans to include this in a future release please?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Implementing the form-tag type for time fields is in my to-do list for a future release, but some browsers including Safari don’t support the time type yet. I can’t tell when it will come.

    This is not a perfect solution, but you can use raw HTML in the form template like this:

    <input type="time" name="foo" />

    Thread Starter Mike George

    (@mikegeorge)

    Thanks for your quick response, that’s very helpful 👍

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

The topic ‘Will you be adding a time input type?’ is closed to new replies.