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
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.
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.....
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.
evolvewh Posted November 20, 2016 Author Report Posted November 20, 2016 On 11/19/2016 at 11:59 PM, Blesta Addons said: you want something similar to jquery validator . that need some huge modification in the core and the template files. Expand 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.
Blesta Addons Posted November 20, 2016 Report Posted November 20, 2016 On 11/20/2016 at 3:24 PM, 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. Expand 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now