View previous topic :: View next topic |
Author |
Message |
mattkaplan
Joined: 07 Mar 2007 Posts: 2
|
Posted: Wed Mar 07, 2007 10:29 am Post subject: submit button just opens blank email |
|
|
I am very new at this and just completed the form. When I tested it, pressing the submit button simply opened a blank email in outlook with my address and the subject filled out, but nothing else. I was under the impression that the form information would just be emailed to me upon pressing the submit button. Why is it opening an email, and how can I change that to just send me the info.
The form is at www.p2med.com/contact_main.html
Thank you in advance for any help.
-Matt |
|
Back to top |
|
 |
mattkaplan
Joined: 07 Mar 2007 Posts: 2
|
Posted: Thu Mar 08, 2007 10:26 am Post subject: still |
|
|
I have been trying to figure this out myself, but have had little luck. It seems like the part of the code that says "action... php. is not making it to the page. I have tried reposting the code to my site, even adding just that one line in myself, but it dissapears as soon as I go back to look at the form. I'm using Nvu if that makes a difference.
Thanks. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Mar 09, 2007 10:06 am Post subject: Reply |
|
|
The problem is that you have an old bit of code on your site that is messing up the form. Track down and delete the following line of code:
Code: |
<form method="get" action="mailto:info@p2med.com"> |
After you do this, also completely delete the myContactForm.com code from your site, and then recopy and paste the code we provide.
Sincerely,
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|