• Resolved anil.n

    (@aniln)


    Could you please let us know what hooks run at the time of submit form successfully.
    Actually I want to implement the functionality at the time of form is submitted successfully.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author supsystic

    (@supsysticcom)

    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

    Plugin Author supsystic

    (@supsysticcom)

    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.!!

    Plugin Author supsystic

    (@supsysticcom)

    Hello, @aniln
    Don’t hesitate to contact me in case of any questions. We are always glad to help you!

    Best regards!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hook name’ is closed to new replies.