Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation from validation.js isn't working. #8

Open
kdavex opened this issue Jan 14, 2023 · 1 comment
Open

Validation from validation.js isn't working. #8

kdavex opened this issue Jan 14, 2023 · 1 comment

Comments

@kdavex
Copy link

kdavex commented Jan 14, 2023

Like what the title said, the validation.js isn't working. It's not showing the "red error" text on the sign-up page. Did I do something wrong? Tested it on both edge and chrome.

@kdavex
Copy link
Author

kdavex commented Jan 14, 2023

Nvm i got it now.

<script src="/js/validation.js" defer></script>

to

<script src="js/validation.js" defer></script>

i just did this according to that one youtube comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant