Would be a killer module when it is integrated with ajax. Any plan or roadmap? Thank you very much from the bottom of my heart
Would be a killer module when it is integrated with ajax. Any plan or roadmap? Thank you very much from the bottom of my heart
Comments
Comment #1
mariusooms commentedCurrently also looking for this functionality. It would make sense since we already moved the form to a block we can assume the form is located on a page with loaded content, which most likely doesn't need reloading.
Comment #2
nedjoThis could be done in conjunction with Ajax submit, http://drupal.org/project/ajaxsubmit.
Comment #3
tstoecklerRelated issues from the AJAX issue queue:
#361992: Make UI for JS hook for form submission (about making a user interface widget that toggles redirection after submit)
#360545: Error with Form Block module (here is described a way to enable this functionality in a custom module)
edit: I just realized nedjo was referring to the AJAX submit module, while my links are issues of the Ajax module (aka AJAX Forms) (which provides similar functionality, though, and is therefore relevant as well.)
Comment #4
tstoecklerThe issue is now fixed in the dev release of AJAX (see the issues above).
I have successfully tested this solution. -> Marking as fixed.
Comment #6
doublejosh commentedOne more testee confirming Ajax (w/ disable redirect) + Form Block works like a charm.
Comment #7
WorldFallz commentedJust a quickie primer for anyone doing this:
This is why I love drupal-- AMAZINGLY simple to do for such a complex page ui.
Bravo to all the module maintainers!