tyxla / Gravity-Forms-Multiple-Form-Instances

Allows multiple instances of the same form to be run on a single page when using AJAX.
GNU General Public License v2.0
37 stars 23 forks source link

Switch to using GF AddOn class and add option to enable/disable multiple instances within each form #3

Closed cfxd closed 9 years ago

cfxd commented 9 years ago

Because I felt like tinkering... but also added the ability to enable/disable multiple instances. Using the AddOn class can add more possibilities. Who knows, this could end up in GF core some day!

tyxla commented 9 years ago

Nice work.

However this totally contradicts the basic idea of my plugin - simplicity and less obsolescence.

And I really dislike their addon system for several reasons. Also in this case the addon system does not provide anything that can't be done nicely without it.

And to seal this one, this is far too different from my version. This plugin might use the addon system in the future (if I find a plausible reason for that), but not for now. So this version wont find its way in this plugin.

Nice one though, I really appreciate your contribution.