Cannot click/edit fields on front end/no focus?

alryalls 06 Feb, 2014
Hey friends!

I have an issue where my form works fine until, for example, the recaptcha code is incorrectly entered and the event loop kicks in. The OnLoad is performed again but the form becomes uneditable. So the user cannot enter another code, none of the fields can be accessed.

This same behaviour occurs when I view the form via the Front end View link in Chronoforms admin.

I get no errors when debugging, nothing in the firebug console.

Any ideas? I'll PM a link if anyone has 2 mins to look?

Many thanks

Al
GreyHead 06 Feb, 2014
Hi Al,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 06 Feb, 2014
Hi alryalls,

It looks as though the answer is that there is a screwed up template. There is a div in the footer that is covering the whole page and blocking access to it. If you delete it then the form inputs are editable

Bob

<div class="rt-container">

				<div class="rt-grid-6 rt-alpha">
               <div class="rt-block contact">
           	<div class="module-surround">
	           				<div class="module-title">
	                		<h2 class="title">Contact</h2>
			</div>
	                		                	<div class="module-content">
	                		




<div class="customcontact">
	<div><img class="rt-floatleft" src="/devtan/images/ft-icon1.png" alt="image" width="15" height="15">
<h4 class="nomarginbottom footer-links">07787 446 358</h4>
</div>
<div class="clear"> </div>
<div><img class="rt-floatleft" src="/devtan/images/ft-icon2.png" alt="image" width="15" height="15">
<h4 class="nomarginbottom"><a href="mailto:info@raggy-dolls.com">Email Me</a></h4>
</div>
<div class="clear"> </div>
<div><img class="rt-floatleft" src="/devtan/images/ft-icon4.png" alt="image" width="15" height="15">
<h4 class="nomarginbottom"><a class="footer-links" href="https:/www.facebook.com/pages/Raggy-Dolls-Pre-Loved-Events/1423363584547968">Facebook</a></h4>
</div>
<div class="clear"> </div>
<div><img class="rt-floatleft" src="/devtan/images/ft-icon5.png" alt="image" width="15" height="15">
<h4 class="nomarginbottom"><a class="footer-links" href="https://twitter.com/raggy_dolls">Twitter</a></h4>
</div>
<div class="clear"> </div>
<div><img class="rt-floatleft" src="/devtan/images/ft-icon6.png" alt="image" width="15" height="15">
<h4 class="nomarginbottom"><a class="footer-links" href="/devtan/blog?format=feed">RSS</a></h4>
</div>
<div class="clear"> </div></div>
	                	</div>
                	</div>
           </div>
	
</div>
<div class="rt-grid-6 rt-omega">
               <div class="rt-block ec-menu">
           	<div class="module-surround">
	           				<div class="module-title">
	                		<h2 class="title">EC Menu</h2>
			</div>
	                		                	<div class="module-content">
	                		<ul class="nav menu">
<li class="item-149"><a href="/devtan/ec-login">EC Login</a></li><li class="item-153"><a href="/devtan/all-areas">All Areas</a></li></ul>
	                	</div>
                	</div>
           </div>
	
</div>

				<div class="clear"></div>

			</div>
This topic is locked and no more replies can be posted.