Web Forms 2.0: Editor & Libraries

Posted by lacco on Stack Overflow See other posts from Stack Overflow or by lacco
Published on 2010-04-15T21:40:43Z Indexed on 2010/04/15 21:43 UTC
Read the original article Hit count: 257

Filed under:
|
|

Hi!

I would like to build a web application where users can create forms with very few technical knowledge. Since they need "advanced" features like validations, required fields and some more, I am currently evaluating XForms and web forms 2.0 (from HTML 5 spec). Concerning web forms, my research couldn't find any answers for the following questions:

  1. Are there any (JavaScript) libraries out there which make web forms fully available in browsers which have currently no support for them (i.e. Firefox)?
  2. Is there a "web forms editor" which allows creating input and select fields, with setting attributes like the type, required, ...? It has to be something visual, and must create "nice" html.

Any help/ hints would be appreciated!

© Stack Overflow or respective owner

Related posts about webforms

Related posts about html5