| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| adelash 
 
 
 Joined: 29 Sep 2006
 Posts: 1
 
 
 | 
			
				|  Posted: Mon Oct 02, 2006 6:30 pm    Post subject: Several problems |   |  
				| 
 |  
				| Just created my first form today.  Redirect is not working.  It simply goes right back to the form but it is blank (I suspect it is not submitting at all).  I am not receiving emails and no form submittals are showing. 
 Code is used at http://www.isubookstore.com/SiteText.aspx?id=2940
 
 Please help.  Thanks.
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		| mycontac Site Admin
 
 
 Joined: 31 Dec 2003
 Posts: 2860
 
 
 | 
			
				|  Posted: Tue Oct 03, 2006 7:26 am    Post subject: Reply |   |  
				| 
 |  
				| The problem is that the design of your website includes a form at the very beginning of the site which encompasses the entire breadth of the web page.  See the following line of code near the beginning of your site: 
 
 
 
	  | Code: |  
	  | <form name="Form1" method="post" action="SiteText.aspx?id=2940" id="Form1"> |  
 This is a pretty poor setup which will basically render any type of form you place on your site non-functional ... it is basically a form within a form situation which doesn't work.  I'm not sure if this is fixable or not within your current setup as it appears to be part of your CMS.
 
 Sincerely,
 
 Nick Ladd
 myContactForm.com
 |  | 
	
		| Back to top |  | 
	
		|  | 
	
		|  |