View previous topic :: View next topic |
Author |
Message |
ApPcv27le
Joined: 06 May 2008 Posts: 5
|
Posted: Wed Nov 03, 2010 9:49 am Post subject: Same Form twice on one page |
|
|
I am trying to put one contact form twice on the same page. I can get one of them to work properly, but not both. Can you help? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Nov 03, 2010 12:02 pm Post subject: Reply |
|
|
In order to do this, make sure that both are complete sets of form code. Once you do this, you'll need to manually edit the form code on the site so that each set of code has a unique name under the opening form tag.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
ApPcv27le
Joined: 06 May 2008 Posts: 5
|
Posted: Wed Nov 03, 2010 12:43 pm Post subject: Two forms on one page |
|
|
Thank you for a prompt reply. I still must be doing something wrong.
This is how I named the forms:
<form name="contactForm01" method="post"
<form name="contactForm" method="post"
Is this not correct? |
|
Back to top |
|
 |
ApPcv27le
Joined: 06 May 2008 Posts: 5
|
Posted: Wed Nov 03, 2010 12:54 pm Post subject: error message |
|
|
I'm sorry I should have included the error message:
The form you are trying to submit no longer exists.
This form is not being sent from the url where it is supposed to be located. If you are the owner of this form you need to ensure that the 'Form Location' is specified as vegawebdesigns.com/1008/lead_generation.php. To change this, login to the site, click 'edit' next to the form's name, and then click the 'Basic Information' link to change the form's location. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Nov 05, 2010 7:56 am Post subject: |
|
|
I believe you have some issues with the code. Make sure it is exactly as we provided line by line. Also, make sure that the form location I'd configured properly under the edit panel.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
ApPcv27le
Joined: 06 May 2008 Posts: 5
|
Posted: Fri Nov 05, 2010 8:09 am Post subject: solution |
|
|
Thank you for such quick response; your service is quite amazing and valuable.
The problem is user ignorance. I neglected to be sure of the numerical value in the form id is unique.
Sorry for putting you through the work. |
|
Back to top |
|
 |
|