Sorry all is resolved after watching the registration video on youtube.
The following errors appear to have arisen.
- Incorrect use of <label for=FORM_ELEMENT>
The label’s for attribute doesn’t match any element id. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
To fix this issue, make sure the label’s for attribute references the correct id of a form field.
2.
Define @import rules at the top of the stylesheet
An @import rule was ignored because it wasn’t defined at the top of the stylesheet. Such rules must appear at the top, before any style declaration and any other at-rule with the exception of @charset and @layer.
Any ideas how to rectify?