• Hi, anybody knows if it is possible to send CF7 data to a HTML form (newsletter subscription form)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter narelly

    (@narelly)

    Send CF7 submission to a web form using the “get” method. Nobody?

    Hi, narelly, I’m another user of Contact Form 7.

    You can use DOM events so that way once a successful submission occurs, you can send the data.

    Specifically, you would listen to the wpcf7mailsent event.

    This page should give you additional information about the DOM events:
    https://contactform7.com/dom-events/

    • This reply was modified 3 years, 4 months ago by Ian Sackofwits. Reason: wrong event listed
    Thread Starter narelly

    (@narelly)

    If I understand correctly, this DOM event would be used as a trigger. Then I would have to us the HTML method=”get” to send the data that I can acces by the $posted_data variable? Is that it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Send CF7 data to a HTML form’ is closed to new replies.