- Issue created by @pavel.bulat
- Merge request !22Added hook_webform_submit_data_prepare_alter to the WebformSubmitResource → (Open) created by pavel.bulat
- Status changed to Needs review
6 months ago 11:20am 31 July 2024
Currently there is no o way to add custom code before submission is created.
Hook_alter can be useful in case if you need to execute custom logic when a form is submitted.
For example:
Add alter hook at the beginning of the WebformSubmit Post resource
Needs review
4.1
Code