Closed (fixed)
Project:
Recurring Events
Version:
2.0.0-alpha1
Component:
Recurring Events Registration (Submodule)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2020 at 20:38 UTC
Updated:
19 Jun 2020 at 02:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
owenbush commentedI have confirmed this. I believe this is because IEF actually validates the parent form when it is submitted, and the parent form in this case does some special stuff that IEF doesn't and so its throwing the error.
I'll investigate and figure out a fix.
Comment #3
owenbush commentedAttached is a patch which reworks some of the registration form work to prevent this issue from happening when elements in the form submit the form via AJAX. This would be an issue with IEF, but also potentially things like paragraphs or other AJAXified form elements.
Comment #6
owenbush commentedOP confirmed through Slack that the patch worked. So this has been merged and marked as fixed.
Comment #7
the_glitch commentedSorry. Yes the patch works.