Hi,
I'm trying to set up a contact form, to be used mainly by visually impaired people. (We make a podcast for visually impaired/blind people.)
Almost everything is working great, emails etc. But, when navigating to the last input field of my form, the voiceover/screen reader (Jaws) goes nuts, and does not read the current label. Instead it reads all the labels used in the form.
If I remove one input field, then the field that was a problem before, suddenly works as it should. If I insert one more field, then that does the same thing (reads all the labels instead of just the current one).
Is there a limitation on how many fields one can use? Or what could be the problem?
Thanks in advance!
Martin
The form is here (in Swedish):
http://skanestaltidning.se/prenumerera-test
And this is the code in Wordpress:
<b>[checkbox* e-eller-cd id:E-eller-cd-prenumerant use_label_element exclusive "Jag vill bli e-prenumerant" "Jag vill bli cd-prenumerant"]</b>
<b>[checkbox info id:info-cd use_label_element "Jag vill ha inläst samhällsinformation på cd"]</b>
<p><b><label for="namn">Namn (måste anges)</label>
[text* namn id:namn] </b></p>
<p><b><label for="adress">Gatuadress (måste anges)</label>
[text* adress id:adress] </b></p>
<p><b><label for="postnummer_och_ort">Postnummer & ort (måste anges)</label>
[text* postnummer_och_ort id:postnummer_och_ort] </b></p>
<p><b><label for="telefon">Telefon (måste anges)</label>
[text* telefon id:telefon] </b></p>
<p><b><label for="epost">E-postadress</label>
[email epost id:epost] </b></p>
<p><b><label for="avsandare">Beställningen görs av (måste anges)</label>
[text* avsandare id:avsandare] </b></p>
<p>[submit "Skicka"]</p>