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.