[jQuery] Forms: Email before submit

2008-04-24 Thread Carlos Escuriola
Hello everybody. I have a form which data has to be sent to a CRM (salesforce), so in the form action I have to include "https://www.salesforce.com/ servlet/...", but I need to send emails before the form submits, because how the form is in an external url, I can't manage the data once the form i

[jQuery] Help with forms

2008-04-24 Thread Carlos Escuriola
Hello everybody. I need help with one form. I created a form which contained data that has to be submitted both to a CRM but before the submit, I have to send an email with the data included in the form. As the CRM is in an external site, I can't manage the data once the form is submitted, How c