How can I POST to multiple urls at the same time?
Our website is hosted using EE. I've been tasked to add to our "Contact us" form so that it posts to an external sales lead generation system (hubspot) We were given an URL to post to, and when I finally found the html for the form in question I noticed that it is already pointing to another sales lead system. I don't want to remove this URL. Is it possible to do two posts at the same time? <form action="https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8" method="POST" http://yoursite.yourportal.hubspot.com/?app=leaddirector&FormName=X You can't do that with a single request.