reference to non-existent ID %1
Cause:
- A non-existent input, select or textarea element
- A missing id attribute
- A typographical error in the id attribute
Example:
textexample textexample
-
Bad:
-
textexample textexample
-
Good:
-
textexample textexample
Solution:
textexample textexample
References: