stipps Posted October 13, 2016 Share Posted October 13, 2016 Hi, After fiddling around with FormBuilder and FrontendUser, I decided to build a simple registration form for our website by myself. In theory evertyhing is working, the only thing I can not get a handle on is the presentation of the password field validation (see attached image). All validation hint images display at once .. As suggested somewhere well hidden in the forum, I imported the following files into the header of my template, right after loading jQuery: <link type="text/css" href="/wire/templates-admin/styles/font-awesome/css/font-awesome.min.css?v=17j" rel="stylesheet"> <script type="text/javascript" src="/wire/modules/Inputfield/InputfieldPassword/complexify/jquery.complexify.min.js"></script> <script type="text/javascript" src="/wire/modules/Inputfield/InputfieldPassword/complexify/jquery.complexify.banlist.js"></script> <script type="text/javascript" src="/wire/modules/Jquery/JqueryCore/xregexp.js?v=1466417387"></script> <script src="/wire/modules/Inputfield/InputfieldPassword/InputfieldPassword.min.js?v=101-1466417387"></script> I've tried it with jQuery 1.11, 2 and 3. I do like the idea of giving an indicator of whether the chosen password is long/complex enough before posting the registration form, otherwise I would probably just make it invisible via CSS. Am I missing something? - Fredrik Link to comment Share on other sites More sharing options...
BitPoet Posted October 13, 2016 Share Posted October 13, 2016 Looks like all you're missing is InputfieldPassword.css. 2 Link to comment Share on other sites More sharing options...
stipps Posted October 13, 2016 Author Share Posted October 13, 2016 1 hour ago, BitPoet said: Looks like all you're missing is InputfieldPassword.css. Not quite sure how I missed that .. thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now