Hi,
I’m creating a reservation form for some tours and when building the form, I set up a timepicker field.
However, I wanted the field to open the default timepicker of the OS, especially on mobiles (iOS and Android).
So instead of the provided timepicker field I inserted an HTML field and filled it with the string: <input type="time"/>
When looking at the field preview in the visual editor of the HTML field the timepicker is being displayed correctly. But when looking at the pubblished form on the website page the timepicker is not showing at all.
I inspected by browser the HTML field and it is empty, how can I solve this?