Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Formtastic in JavaScript (form builder)

Are you aware of any form builders that do similar job to Formtastic but in the browser?

It should not be very heavy (so not ExtJS) and ideally compatible with structure that Formtastic generates, jQuery based and HAML-JS friendly.

The purpose is to make it easier to create forms with SpineJS for Rails.

Under easier I mean:

  • no need to add hidden fields to act as "unchecked";
  • no need to repeat same structure all over again;
  • no need to manually add classes to all the elements;
  • produce inline-errors;
  • etc;

Thanks.

like image 289
Dmytrii Nagirniak Avatar asked Oct 15 '11 10:10

Dmytrii Nagirniak


1 Answers

This is for Backbone and not Spine, but it's pretty much what you want: https://github.com/powmedia/backbone-forms

like image 113
Jimmy Avatar answered Nov 14 '22 11:11

Jimmy