Event to catch submitting all forms in shopware 6

86 Views Asked by At

I am trying to add functionality that will save data from forms in the database. My problem is to detect the submission of all types of forms. I see there are some events like ContactFormEvent etc. but what in the case of custom forms? Maybe there is one combined event that is catching all submissions? FormEvent? or SubmitFormEvent?

0

There are 0 best solutions below