You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported a conflict between the WP User Frontend and WeForms. Both plugins use the same event listener for submissions resulting in duplicate weforms entries.
This is the event from within weforms:
o(".wpuf-form-add").on("submit",this.formSubmit)
This is the event from within WP User Frontend
a(".wpuf-form-add").on("submit",this.formSubmit)
Was able to replicate issue with both plugins installed.
The text was updated successfully, but these errors were encountered:
A user reported a conflict between the WP User Frontend and WeForms. Both plugins use the same event listener for submissions resulting in duplicate weforms entries.
This is the event from within weforms:
This is the event from within WP User Frontend
Was able to replicate issue with both plugins installed.
The text was updated successfully, but these errors were encountered: