• Resolved Janafor

    (@janafor)


    Hi, first of all let me say that I think this is a great plugin – thank you for making it available! ??
    However, since a recent update there seems to be an html validation issue (on multiple sites, not just one). Lots of html errors reported by the w3 validator.

    Some examples:

    Bad value for attribute action on element form: Must be non-empty.

    <input id=”ninja_forms_field_1″ data-mask=”” data-input-limit=”” data-input-limit-type=”char” data-i…e=”text” placeholder=”” class=”ninja-forms-field ninja-forms-req ” value=”Your Name *” rel=”1″ />
    ______________________

    Bad value 2 for attribute rel on element input: The string 2 is not an absolute URL.

    <input id=”ninja_forms_field_2″ data-mask=”” data-input-limit=”” data-input-limit-type=”char” data-i…older=”” class=”ninja-forms-field ninja-forms-req email ” value=”Your Email Address *” rel=”2″ />
    ______________________

    Would it be possible to solve this please?

    Best regard

    Jana

    https://www.ads-software.com/plugins/ninja-forms/

Viewing 1 replies (of 1 total)
  • Thread Starter Janafor

    (@janafor)

    One addition, there is also a problem with multiple instances of the submit button id:

    <input type=”submit” name=”_ninja_forms_field_4″ class=”ninja-forms-field ” id=”ninja_forms_field_4″ value=”Send” rel=”4″ >
    </div>
    <div id=”nf_processing_1″ style=”display:none;”>
    <input type=”submit” name=”_ninja_forms_field_4″ class=”ninja-forms-field ” id=”ninja_forms_field_4″ value=”Processing” rel=”4″ disabled>
    </div>

    id=”ninja_forms_field_4″ is there twice wich also causes problems with validation.

Viewing 1 replies (of 1 total)
  • The topic ‘html errors’ is closed to new replies.