• itsreck

    (@itsreck)


    Hi @mohsinbsf, sorry to bother you.

    I have a code that manages email distribution by rotating through a list of addresses based on a counter value stored in the database. It sends form submission data to different email addresses, updates the counter, and wraps it around after reaching 9. This function is triggered each time a form is submitted.

    The issue with the code is that the hook for the form submission is not correctly identified or available. As a result, the function cannot be properly triggered at the time of form submission. Without the correct hook, the email handling function won’t execute when the form is submitted, so the emails won’t be sent as intended.

    I can’t find which is the correct hook for form submission, can you help me with that information, please? Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.