I would like to use formtastic instead of standard Rails helpers for my forms, however I currently submit them using Ajax (with remote_form_for). I suppose I could use the jQuery form plugin to Ajax-ify formtastic forms, but would it be the best approach?
| |||
|
feedback
|
|
Yes, if you get your form working great without Ajax, then apply the extra functionality unobtrusively with Javascript, you'll have the best of both worlds. The | |||
feedback
|
|
If you need add and remove fields (nested forms or attributes) functionality for you models — use cocoon gem with formtastic | |||
|
feedback
|