Skip to content

Javascript conflict with WP User Frontend #229

@W3ap0n-X

Description

@W3ap0n-X

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions