Forum Replies Created
-
This reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not workThis reply has been marked as private.in reply to: Urgent! Date Picker does not work
Hi,
can you solve the problem?
in reply to: Accessibility WCAG 2.2Hi there,
thanks for investigation… as I read the result of the test tool, in your code for label the id is missing, see the example of the test software below: <label id=”label2″ for=”ln1″>Last Name</label>
Can you implement it in your code so that assistive technologies can associate the label with the element?
—
Element location
<label
for=”dhvc_form_control_ja_6777147f9e193″
class=””>What to do
Set the value of the for attribute to the id value of the valid element to be labeled. Make sure the id value is unique.
For example:<label id=”label2″ for=”ln1″>Last Name</label>
<input type=”text” name=”lastname” id=”ln1″ value=”enter last name”>in reply to: Accessibility WCAG 2.2Hi,
do you need any other information from us to solve the topic?in reply to: Accessibility WCAG 2.2