当联系表单中发生Submit事件时,将消息正文发布到其他PHP页面

我根据客户发送的表格中的数据进行出价。我需要将邮件正文中的数据传输到另一个页面。如何使用JavaScript做到这一点?

如何将表单的HTML输出(如下图所示)导出到另一个PHP页面?

How can I post the message body (HTML output in email) section in a different PHP page with javascript when the wpcf7mailsent or wpcf7submit events occur?