Tagged: CAPTCHA
Hi, I’m getting this weird email issue on the contact page: https://expresswriters.com/contact-us/
https://expresswriters.com/wp-content/uploads/2015/01/Screen-Shot-2015-01-03-at-2.11.01-AM.png
Not sure why.
Thanks.
Josh
Hi j1980mac!
Thank you for using Enfold.
Looks like you added a custom css that modifies the input padding. Please use this on Quick CSS:
#top .avia_ajax_form .captcha {
padding-left: 65px !important;
}
Regards,
Ismael
Hi Ismsel,
It worked! Now, if we can put an uploader and a place to table these messages in WP, (like Gravity Forms) that would be great!
Also, my “body” text isn’t showing up (under the subject): https://expresswriters.com/contact-us/
Thanks,
Josh
Hi!
I’m not really sure what you mean there. Do you mean your using a “Custom HTML” element in the contact form but it’s not displaying?
Go ahead and take a screenshot highlighting what is going on so we can get a better idea.
Cheers!
Elliott
Hi Elliot,
What I mean is that the body doesn’t say anything: https://expresswriters.com/contact-us/ in the (Form Element Label). I’ve added the text: “Message Body”, but it doesn’t show up above the large paragraph.
Thanks
Josh
Hi!
I am not sure why, but somehow it gets blocked. Use this code to solve the issue:
#top label {
display: block !important;
}
Best regards,
Andy