I read an interesting article over at CSS Tricks about making the form fields more suitable for smartphone / tablet input.
To do so, I changed the input type of my email and phone fields as well as a single text field I am using for time with the gform_field_input filter (http://www.gravityhelp.com/documentation/page/Gform_field_input).
This works perfect right up until the moment of submitting, then exactly for those fields I have changed the input type for don't validate anymore.
Is there anything I'm missing here?
The code I used is: