Is there a way to add a specific type of input field to a field?
For example the email address field is generated as a input type="text" field. It would be much more user friendly when it can be changed to input type="email" for mobile devices.
This way the correct touch keyboard with the @ is already displayed which makes it easier to type an address on touch devices.