Back to myContactForm.com - Easy email form creation and processing for your web site
myContactForm.com - Help Forum Forum Index myContactForm.com - Help Forum
Have a question that you need answered about myContactForm.com? Post it on this message board but first search this forum and read out FAQ to ensure it has not already been answered. This is not a board to post links to your site! SPAM will be deleted!
 
   Search MessagesSearch Messages
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

HELP! My form is no longer working.

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Errors When Submitting Forms
View previous topic :: View next topic  
Author Message
stevenstreeter



Joined: 02 Nov 2012
Posts: 2

PostPosted: Fri Feb 05, 2016 7:14 am    Post subject: HELP! My form is no longer working. Reply with quote

Error received:
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 spartanpromo.com/pages/4398. 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://www.spartanpromo.com/pages/3308

_________________

I am having a heck of a time making this form go to the page I set when submitting this form. Here is the code:

<!-- Begin myContactForm.com Form HTML -->
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;">
<table summary="This table contains contact form fields." width="100%" cellpadding="0" cellspacing="0">
<input name="q15" id="q15" type="hidden" value="id396022" />
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="email" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">E-mail Address: <span style="color: #FF0000">*</span></label>
<input name="email" type="email" id="email" size="20" maxlength="100" required="required" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q2" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Todays Date: <span style="color: #FF0000">*</span></label> <link href="http://www.mycontactform.com/js/jquery/jquery-ui.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
div.ui-datepicker {
font-size: 10px;
}
</style>
<script src="http://www.mycontactform.com/js/jquery/jquery.js"></script>
<script src="http://www.mycontactform.com/js/jquery/jquery-ui.js"></script>
<script>
$(document).ready(function() {
$("#q2").datepicker({ dateFormat: 'mm-dd-yy', changeMonth: true, changeYear: true, yearRange: 'c-100:c+100' });
});
</script>
<input name="q2" type="text" id="q2" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" size="10" required="required" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q3" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Your Sales Representatives Name: <span style="color: #FF0000">*</span></label> <input name="q3" id="q3" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" required="required" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q4" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Your Name: <span style="color: #FF0000">*</span></label> <input name="q4" id="q4" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" required="required"/>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q5" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Select The Event: <span style="color: #FF0000">*</span></label> <select name="q5" id="q5" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" required="required" ><option value="MN SPRING SHOWCASE 2016">MN SPRING SHOWCASE 2016</option><option value="ARIZONA SPRING SHOWCASE 2016">ARIZONA SPRING SHOWCASE 2016</option></select>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q6" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Company Name: </label> <input name="q6" id="q6" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q14" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Also attending </label> <textarea name="q14" id="q14" cols="30" rows="3" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" ></textarea>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q7" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Address: </label> <input name="q7" id="q7" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q8" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">City: </label> <input name="q8" id="q8" type="text" value="" size="20" maxlength="" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q9" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">State: </label> <select name="q9" id="q9" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;">
<option value="Alabama">Alabama</option>
<option value="Alaska">Alaska</option>
<option value="Arizona">Arizona</option>
<option value="Arkansas">Arkansas</option>
<option value="California">California</option>
<option value="Colorado">Colorado</option>
<option value="Connecticut">Connecticut</option>
<option value="Delaware">Delaware</option>
<option value="Florida">Florida</option>
<option value="Georgia">Georgia</option>
<option value="Hawaii">Hawaii</option>
<option value="Idaho">Idaho</option>
<option value="Illinois">Illinois</option>
<option value="Indiana">Indiana</option>
<option value="Iowa">Iowa</option>
<option value="Kansas">Kansas</option>
<option value="Kentucky">Kentucky</option>
<option value="Louisiana">Louisiana</option>
<option value="Maine">Maine</option>
<option value="Maryland">Maryland</option>
<option value="Massachusetts">Massachusetts</option>
<option value="Michigan">Michigan</option>
<option value="Minnesota">Minnesota</option>
<option value="Mississippi">Mississippi</option>
<option value="Missouri">Missouri</option>
<option value="Montana">Montana</option>
<option value="Nebraska">Nebraska</option>
<option value="Nevada">Nevada</option>
<option value="New Hampshire">New Hampshire</option>
<option value="New Jersey">New Jersey</option>
<option value="New Mexico">New Mexico</option>
<option value="New York">New York</option>
<option value="North Carolina">North Carolina</option>
<option value="North Dakota">North Dakota</option>
<option value="Ohio">Ohio</option>
<option value="Oklahoma">Oklahoma</option>
<option value="Oregon">Oregon</option>
<option value="Pennsylvania">Pennsylvania</option>
<option value="Rhode Island">Rhode Island</option>
<option value="South Carolina">South Carolina</option>
<option value="South Dakota">South Dakota</option>
<option value="Tennessee">Tennessee</option>
<option value="Texas">Texas</option>
<option value="Utah">Utah</option>
<option value="Vermont">Vermont</option>
<option value="Virginia">Virginia</option>
<option value="Washington">Washington</option>
<option value="Washington, DC">Washington, DC</option>
<option value="West Virginia">West Virginia</option>
<option value="Wisconsin">Wisconsin</option>
<option value="Wyoming">Wyoming</option>
<option value="">--U.S. Territories--</option>
<option value="American Samoa">American Samoa</option>
<option value="Federated States of Micronesia">Federated States of Micronesia</option>
<option value="Guam">Guam</option>
<option value="Midway Islands">Midway Islands</option>
<option value="Puerto Rico">Puerto Rico</option>
<option value="U.S. Virgin Islands">U.S. Virgin Islands</option>
</select>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q10" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Zip Code: </label> <input name="q10" id="q10" type="text" value="" size="20" maxlength="8" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q11" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Phone Number: <span style="color: #FF0000">*</span></label> <input name="q11" id="q11" type="text" value="" size="20" maxlength="20" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" required="required" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q12" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Fax Number: </label> <input name="q12" id="q12" type="text" value="" size="20" maxlength="20" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #e0e0e0; border-bottom: 0px solid #D8D8D8; padding: 5px; clear: left; margin: 0;">
<label for="q13" style="float: left; width: 30%; padding-top: 4px; font-family: Arial; color: #000000; font-size: 14px;">Comments or Questions: </label> <textarea name="q13" id="q13" cols="20" rows="4" style="font-family: Arial; font-size: 14px; color: #000000; background-color: #FFFFFF; border: 1px solid #000000; padding: 2px;" ></textarea>
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<hr style="color: #D8D8D8; background-color: #D8D8D8; height: 1px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<input name="user" type="hidden" id="user" value="stevenstreeter" />
<input name="formid" type="hidden" id="formid" value="396022" />
<input name="subject" type="hidden" id="subject" value="Spartan 2016 Showcase Registration" />
<input name="submit" type="submit" value="Submit" style="font-family: Arial; font-size: 16px; color: #000000; background-color: #CCCCCC; border: 2px solid #000000; padding: 2px;" />
<input name="reset" type="reset" value="Reset" style="font-family: Arial; font-size: 16px; color: #000000; background-color: #CCCCCC; border: 2px solid #000000; padding: 2px;" />
<input type="button" value="Print" onClick="window.print()" style="font-family: Arial; font-size: 16px; color: #000000; background-color: #CCCCCC; border: 2px solid #000000; padding: 2px;" />
</td>
</tr>
<tr style="margin: 0; padding: 0;">
<td style="background-color: #FFFFFF; padding: 5px; clear: left; margin: 0;">
<span style="color: #FF0000">*</span> <span style="font-family: Arial; color: #000000; font-size: 14px;">Required</span> </td>
</tr>
</table>
</form>
<!-- End myContactForm.com Form HTML -->

-------------------------------
When anyone submits it gives the error pasted at the top here.
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Mon Feb 08, 2016 3:24 am    Post subject: Reply Reply with quote

Please do as the error message is stating. You have an error in the Form Location setting. You need to under this under Edit > Basic Form Information.

Nick Ladd
myContactForm.com
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Errors When Submitting Forms All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group