How to combine formtastic with Ajax form submission?
2 answers
Yes, if you get a great form without Ajax, then subtly add extra functionality with Javascript, you have the best of both worlds. The option was remote_form_for
removed or deprecated from Rails 3, but added an option form_for ... :remote => true
that Formtastic will support when we merge into Rails 3 support (planned for 1.1).
+4
a source to share