I have a form that I need to perform the following two actions upon submit:
<form action="MAILTO:name@email.com" method="post" enctype="text/plain">
<form action="https://www.salesforce.com/xxxxx" method="POST">
Is there any way to get one form to process these 2 actions?