View previous topic :: View next topic |
Author |
Message |
paradisekennels
Joined: 10 Jan 2010 Posts: 1
|
Posted: Mon Jan 23, 2012 10:50 am Post subject: Question about form ID |
|
|
Hello,
I have an online form on the this page: http://www.paradisekennelscalgary.com/onlinereservations.html
I made some changes to the form and now it gives me this error message:
"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 paradisekennelscalgary.com/onlinereservations.html. 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. Currently you have the 'Form Location' specified as:
◦http://paradisekennelscalgary.com/onlinereservation2.html"
The form has been customized.
I have changed the address location but I am wondering if the form id is the problem.
My question is: How do I find the form id number to use in this snippet of coding:
<input name="user" type="hidden" id="user" value="paradisekennels" /><input name="formid" type="hidden" id="formid" value="266121" /><input name="subject" type="hidden" id="subject" value="Online Reservation Form" />
The "266121" is the id number for my other form.
Thanks!
L. Williams |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Jan 24, 2012 10:06 am Post subject: Reply |
|
|
It sounds like you are mistaking a couple forms in your account. When you look at the code on your site, the formid corresponds to a specific form in your account. The settings for the form which it is validated and checked against are the settings associated with this specific formid.
The problem sounds like you are editing the wrong form in the form admin panel. For the code on your site (formid=266106), you need to be making changes in your account to the form called: "Online Reservation Form".
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|