So I'm woking on a page with a form and I've run into a problem. I need my form to be submitted to two places. First it needs to be passed to my ASP code which will send an email using data on the form. After the email is send it needs to be submitted to another website. This other website is basically looking for specific information to be submitted and it will take it into a database. I have no control over this database or the site.
is there anyway that I can do this in asp? basically take in the form and resubmit it after it's done with it's work?
I appreciate any help I can get!
is there anyway that I can do this in asp? basically take in the form and resubmit it after it's done with it's work?
I appreciate any help I can get!
Comment