• Two elements with these same id attributes in page wp-admin/admin.php?page=backwpuponboarding

    destination-DROPBOX
    destination-FOLDER
    destination-FTP
    destination-MSAZURE
    destination-RSC
    destination-S3
    destination-SUGARSYNC
    file-exclusions-submit

    Some examples, these are there twice:

    <input id='destination-DROPBOX' ..
    <input id='destination-FOLDER' ..
    ..
    <button id='file-exclusions-submit' ..

    Three elements with these same id attributes wp-admin/admin.php?page=backwpupfirstbackup

    _wpnonce
    backwpupajaxnonce

    These are there three times:

    <input type="hidden" id="_wpnonce" ..
    <input type="hidden" id="backwpupajaxnonce" ..

    Why is this a problem:

    The HTML id attribute is used to specify a unique id for an HTML element.

    You cannot have more than one element with the same id in an HTML document.

    HTML id Attribute

    BackWPup 5.0.3

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support BackWPUp Support

    (@saranshwpm)

    Hi,

    Thank you for pointing this out. We’ve taken this as an improvement suggestion and passed it along to the development team for review.

    We appreciate your feedback and attention to detail. Let us know if there’s anything else we can assist with.

    Best regards.

    Thread Starter Ov3rfly

    (@ov3rfly)

    This is not an improvement suggestion, it is a bug report, the plugin produces invalid HTML.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.