Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
How can i edit the error messages displayed upon wrong input in any form.
Also, is it possible to display the error messages dynamically (without the page being reloaded)?
anany2698 wrote: How can i edit the error messages displayed upon wrong input in any form.

Well you can define CSS styles to do that... Also, if you have the CSS inline, then you can use <cms:editable>...</cms:editable> tag to change the message contents too...

anany2698 wrote: Also, is it possible to display the error messages dynamically (without the page being reloaded)?


Yes this can be achieved using a javascript!!!
The JScript can help you in dynamically displaying the message without reloading the page... For Example: You have a password and a confirm password field, so unless the password and confirm password match, there can be a message displayed "Passwords donot match" the moment the text box comes to focus. And once the passwords match, the message can be changed to passwords match...
Image
where innovation meets technology
2 posts Page 1 of 1