Hi,
I have the Formidable CSS configured to show the errors in a form with a red line around the field like this: http://d.pr/i/pte3/2BZ64bBy but all I’m getting is the field name: http://d.pr/i/MxKu/1o7BkA5Y
Any chance to have the field border in red?
Hi sitesme!
Can you please give us a link to the actual contact page?
Best regards,
Ismael
Hey!
Please try this on your custom.css or Quick CSS:
.with_frm_style .frm_blank_field label, .with_frm_style .frm_error {
color: #fe777b;
width: 200px;
display: block !important;
}
Regards,
Ismael
Thank you Ismael, but no luck.
Just to confirm: need the red line border around each field with error.
It also started showing the error messages which I have hidden by choice using CSS on Formidable itself.
Hi!
Try following code
#top .with_frm_style .form-field.frm_blank_field input{
border-color: #ff0000 !important;
}
Regards,
Peter
Hi,
I have this form with a big gap on top and above the form: http://d.pr/i/14c1q/2DpxZI6K
Can you please confirm how to remove these gaps?
Hey!
Try with this:
.sidebar {
padding-top: 0;
padding-bottom: 0;
}
Best regards,
Josue