HTML5 Form Fields
Viewing 2 Posts - 1 through 2 (of 2 total)
Author | Posts |
---|---|
January 17, 2014 at 3:54 pm 14522 | |
HTML5 now is supported in all modern browsers. It could be easy to add it as custom fields in form builder and a great adition form an easy pre form input type validation like number, range... etc. Can it be implemented in next version ? Thanks. | |
January 18, 2014 at 3:52 pm 14557 | |
That would make sense to implement them. But still users use old browsers, so fallback must be implemented as well. | |
January 18, 2014 at 4:04 pm 14558 | |
Hi Tareq, A fallback could be great but it’s not mandatory. Older browsers automatically fall back to input type ‘text’ for unknown types. People with modern browsers will work (most), others won’t know what they’re missing. Final validation should be done on the server, so no problem there. It’s the responsibility of the programmer. |
Viewing 2 Posts - 1 through 2 (of 2 total)