when you press on send (leave all fields empty youll see what i mean,
i tried to get rid of it using css, but no success
here is what i tried:
gform_wrapper .top_label .gfield_label {display:none !important;}
.gform_wrapper .ginput_container + .gfield_description.validation_message {
display: none !important;
}
.gform_wrapper div.validation_error {
display: none !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
background-color: transparent !important;
margin-bottom: 0px !important;
padding: 0px 6px 0px 6px !important;
border-top: none !important;
border-bottom: none !important;
}
Posted 11 years ago on Tuesday June 25, 2013 |
Permalink