PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

easy way to get rid of all validation and error fields leaving only the border

  1. i am stuck please help, since i work with landing pages i need to place the fields over image
    with position:relative and so in, but when i press send and a field is not filled correctly
    all of my fields starts to move around becouse all of the validation and error fields

    there must bean easy way to get rid of them leaving only the red border no ?

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  2. Richard Vav
    Administrator

    Can you provide a link to a page containing the form in question so we can take a look.

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  3. sure, http://ag-web-apps.com/holmes_place_blazer/?page_id=2

    since its in hebrew, its rtl language,

    the send button is on the botton of the page (square img)

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  4. 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 10 years ago on Tuesday June 25, 2013 | Permalink
  5. this also doesnt work

    body #gform_wrapper_1 .validation_error,
    body #gform_wrapper_1 li.gfield.gfield_error .gfield_description.validation_message {
    display:none
    }

    body #gform_wrapper_1 li.gfield.gfield_error {
    padding:2px!important;
    border:none
    }

    body #gform_wrapper_1 li.gfield.gfield_error input {
    background: red;
    color: #fff;
    }

    Posted 10 years ago on Tuesday June 25, 2013 | Permalink
  6. handling via priority support.

    Posted 10 years ago on Wednesday June 26, 2013 | Permalink

This topic has been resolved and has been closed to new replies.