Mon. - Fri. 9 am - 5 pm Ask a Question
Remember me

accessibility - confirmation

2 months 2 weeks ago #1

  • Mariusz's Avatar
  • Mariusz
  • Posts: 59
Hi.
I am auditing the site for accessibility
www.przychodnie-fabian.pl/index.php/kontakt
confirmation must be a space, not just a mouse
is there any solution?

2 months 2 weeks ago #2

  • Artem's Avatar
  • Artem
  • Posts: 11020
Hi,

Sorry, could you please explain "confirmation must be a space, not just a mouse"

Regards,
Artem, Balbooa.com

2 months 2 weeks ago #3

  • Mariusz's Avatar
  • Mariusz
  • Posts: 59

the TAB key skips the Agree field

2 months 2 weeks ago #4

  • Artem's Avatar
  • Artem
  • Posts: 11020
Hi,

1. Add class suffix native-checkbox to field






2. Add code to the CSS editor
.native-checkbox input[type="checkbox"] {
    display: block !important;
    margin: 5px 10px 0 0;
    width: 20px;
    height: 20px;
}

.native-checkbox label.ba-form-checkbox > span {
    display: none !important;
}

body .ba-form-page .native-checkbox input:focus {
    outline: #000 2px solid !important;
}

body .ba-form-page .native-checkbox .ba-field-container {
    padding-left: 0 !important;
    display: inline-flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}

2 months 2 weeks ago #5

  • Mariusz's Avatar
  • Mariusz
  • Posts: 59
Thank you very much.
it works
:)

2 months 2 weeks ago #6

  • Artem's Avatar
  • Artem
  • Posts: 11020
You're welcome :)

Regards,
Artem, Balbooa.com
Powered by Kunena Forum