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 4 years, 7 months ago by
Ian Sackofwits. Reason: wrong event listed
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?