Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.11
-
None
Description
One of the key Ajax use cases is the dynamic form, where elements can be added or removed. Often, this is a master/detail arraingment, where you want to be able to add a Comment to a Blog dynamically (as one example).
The existing FormInjector component provides some of this functionality but (for a client project) I've put together an AjaxFormLoop component (and a few other bits) that really streamline the whole process.