evolvewh Posted November 15, 2016 Report Posted November 15, 2016 Instead of showing the validation errors on all forms at the top of the page, it would be more user friendly to customers if the field itself was highlighted with the message displayed directly below it. mrrsm 1 Quote
JNdev Posted November 19, 2016 Report Posted November 19, 2016 I'm not sure about this, because any error messages are gathered in one function. Quote
evolvewh Posted November 19, 2016 Author Report Posted November 19, 2016 Hopefully this helps to see what I'm referring to. I'm not a graphics person at all..... Quote
Blesta Addons Posted November 19, 2016 Report Posted November 19, 2016 you want something similar to jquery validator . that need some huge modification in the core and the template files. Quote
evolvewh Posted November 20, 2016 Author Report Posted November 20, 2016 15 hours ago, Blesta Addons said: you want something similar to jquery validator . that need some huge modification in the core and the template files. I'm not 100% positive but I think it can be done easier than that. If I get a chance, I'll look into it. I just like how it's more user friendly for customers. Quote
Blesta Addons Posted November 20, 2016 Report Posted November 20, 2016 10 minutes ago, evolvewh said: I'm not 100% positive but I think it can be done easier than that. If I get a chance, I'll look into it. I just like how it's more user friendly for customers. the validation pass when you post data, so after it return a set of error messages that is show them . so it's not specify which input is failed . what you can do as a quick and smart solution , is integrate the jquery validator, at least stop and show error in required empty fields evolvewh 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.