Several elemets with same id on same admin page
-
Two elements with these same
idattributes in pagewp-admin/admin.php?page=backwpuponboardingdestination-DROPBOX
destination-FOLDER
destination-FTP
destination-MSAZURE
destination-RSC
destination-S3
destination-SUGARSYNC
file-exclusions-submitSome examples, these are there twice:
<input id='destination-DROPBOX' ..
<input id='destination-FOLDER' ..
..
<button id='file-exclusions-submit' ..Three elements with these same
idattributeswp-admin/admin.php?page=backwpupfirstbackup_wpnonce
backwpupajaxnonceThese are there three times:
<input type="hidden" id="_wpnonce" ..
<input type="hidden" id="backwpupajaxnonce" ..Why is this a problem:
The HTML
idattribute 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 AttributeBackWPup 5.0.3
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Several elemets with same id on same admin page’ is closed to new replies.