Add additional function call on Dexterity Content add/edit form submits

Hi everyone,

I am looking to incorporate a call to an external API when creating or editing certain Dexterity content types - triggered when the form is submitted.

Is there a way to add this to the existing edit/create forms without creating custom forms? :slightly_smiling_face:

Kind regards, Tony

You'll need this stuff: https://docs.plone.org/external/plone.app.dexterity/docs/advanced/event-handlers.html

1 Like

Indeed I do! Thank you jaroel!