View previous topic :: View next topic |
Author |
Message |
bmcleod
Joined: 22 Mar 2011 Posts: 1
|
Posted: Thu Apr 07, 2011 6:04 pm Post subject: FORM SUBMIT MALFUNCTION |
|
|
I created a form and placed it on www.moldinspectionmalibu.com/contact_us.html
Upon clicking Submit it is supposed to take you to http://moldinspectionmalibu.com/thank_you.html and send me the email form.
Instead it takes you to a PayPal Login page and does not send you an email.
Can someone Help? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Apr 08, 2011 7:08 am Post subject: Reply |
|
|
This issue is that you have pasted the myContactForm.com code within an open form tag that is posting to Paypal. If you look at the actual code for the Paypal button that is in the top right corner, you will see a form tag that opens, but is never closed with a </form> tag. You need to add this, as it is essentially hijacking the submit button on the myContactForm.com code and directing the data to Paypal instead of to the form processing script.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|