Hello, @aniln
Please use this one: cfs_afterFormSuccessSubmit
Let us know if you have other questions regarding Contact Form by Supsystic plugin usage.
Thread Starter
anil.n
(@aniln)
Thanks But as I checked in all files there is no hook of this name(cfs_afterFormSuccessSubmit)
Also let us know how many parameter we can pass and what variable we will find if we use.
Thread Starter
anil.n
(@aniln)
Also let us know that I want to use hook for multiple foel so how can I get form id as well
Hello, @aniln
Please try to add a handler for this hook.
In plugin files you can find “afterFormSuccessSubmit” – but it is passed through our hooks class adder – which will add the prefix “cfs_” to it – which is our plug-in code and is designed to reduce the number of conflicts due to the same hook names
We transmit 2 parameters – the data that comes to the server from the form and an array with the data (settings) of the form itself.
Thread Starter
anil.n
(@aniln)
Thanks for your response.!!
Hello, @aniln
Don’t hesitate to contact me in case of any questions. We are always glad to help you!
Best regards!