Magento 2 – Registration Form Validation Not Working

javascriptmagento2validation

I've copied across register.phtml across to my theme. I've changed nothing as of yet but now the JS validation doesn't work.

Is there something else I need to copy across?

EDIT:

[theme name]/Magento_Customer/templates/form/register.phtml

Best Answer

You have to just run deploy command.

php bin/magento setup:static-content:deploy

Remove var folder from root.

Clear your browser cache and try again.

Related Topic