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
38 stars 22 forks source link

Add original form id and random form id to gform_multiple_instances_strings filter #23

Closed medfreeman closed 7 years ago

medfreeman commented 7 years ago

to allow clearer and less error prone code in hooked functions, by avoiding string replacements to determine the ids.

tyxla commented 7 years ago

Makes sense, thank you @medfreeman!