http://50.22.195.94/~mariaman/carencia-afetiva-2/
You can see there is an item saying "add to email list" (in portuguese "Sim, adicione-me à sua lista de emails")
Somehow the checkbox is not showing on Chrome, just on IE.
I also need, when this checkbox is selected,to add the name and email on a list from Wysija. My contact form already does that. This is the job where the integration has been done:
http://wpquestions.com/question/showChrono/id/8262
I would also like to fix the captcha that is aligned left and looking very ugly.
Thanks
zebra webdesigns answers:
Hello
There is a CSS style in the style.css
which prevents from appearing you have to remove it
below is the CSS
.get-in-touch input, .get-in-touch textarea {
-webkit-appearance: none;
border-radius: 0;
}
you need to remove
-webkit-appearance: none;
css file location
http://50.22.195.94/~mariaman/wp-content/themes/dt-nimble/css/style.css
since this is targeting only chrome there wont be any issue in removing it
for captcha
please add the below CSS
.cptch_block {
clear: both;
padding-top: 16px;
}
.cptch_block label{
float: left;
margin-right: 20px;
}
.cptch_block br{
display:none;
}
zebra webdesigns comments:
If you are facing any issues with the CSS let me know I can help you through teamviewer [remote assistance].
skype id: bhuvan530531
mail: [email protected]