Hi Skunk,
I have just tried adding Input type throu the Script field and it works. here's how I proceeded :
Edit text field you want to customize input type
- Go down on "Stuff"
- Go to Script (JS) field and type :
$("#myfield").attr('type','mytype');
Don't forget to replace "myfield" with your field name (but let the # in front) and replace "mytype with the type you need (ex: tel, email, number, search, etc)
Filling your form is now much easier on mobile...