We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Sometimes I've got this error: "Incorrectly positioned label elements"
But if I get the html and use the html checker, this error appears fixed.
I'm using this div for labels and inputs:
EX: https://varsovia.embaixadaportugal.mne.gov.pt/pt/sugestoes-elogios-ou-reclamacoes
<div class="control-group"><label id="jform_contact_name-lbl" for="jform_contact_name" class="hasPopover required" title="" data-content="O seu nome" data-original-title="Nome"> Nome<span class="star"> *</span></label> <div class="controls"><input type="text" name="jform[contact_name]" id="jform_contact_name" value="" class="required" size="30" required="required" aria-required="true"></div> </div>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Sometimes I've got this error:
"Incorrectly positioned label elements"
But if I get the html and use the html checker, this error appears fixed.
I'm using this div for labels and inputs:
EX: https://varsovia.embaixadaportugal.mne.gov.pt/pt/sugestoes-elogios-ou-reclamacoes
The text was updated successfully, but these errors were encountered: