Email form not allowing entries

Permalink
Hello,

I have a form block on my Concrete5 site that does not seem to be working and I'm not sure why. It won't allow you to type into the question box, but will allow you to fill out the captcha.

This is the site:http://www.childtrauma.com/

The form is at the bottom right of the page, with "want to receive our monthly e-newsletter" etc.

Any ideas of why this isn't working?

 
tallacman replied on at Permalink Reply 1 Attachment
tallacman
the image box above overlays the top part of the form.

This code added to you page will fix it

<style>
div#blockStyle2960ColumnThree38.ccm-block-styles { 
   padding-bottom: 0  !important ; 
   margin-bottom: 0  !important ;
}
</style>


at the expense of the look. see attached.
tallacman replied on at Permalink Reply
tallacman
This is better:

<style>
#blockStyle3194ColumnThree51 { 
   position: relative; 
   z-index: 2;
}
</style>


add to your page header extra content.