Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New form submissions do not trigger the create event #44

Open
pfMel opened this issue Sep 13, 2024 · 1 comment
Open

New form submissions do not trigger the create event #44

pfMel opened this issue Sep 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@pfMel
Copy link

pfMel commented Sep 13, 2024

When a new form submission is added programatically it does not trigger the create event. If you add a webhook into strapi it does not get triggered by the new form submission unless you add them manually.

Strapi version: 4.25.8
EZ forms: 0.1.7

@ethan-gallant ethan-gallant added the bug Something isn't working label Sep 13, 2024
@cpaczek
Copy link
Member

cpaczek commented Sep 13, 2024

Probably related to us using the query layer instead of entity service provider

https://github.com/excl-networks/strapi-plugin-ezforms/blob/master/server/controllers/submit-controller.js#L38

Can def look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants