JQuery validation Engine right to left

Hi,

When we have error on textfield using JQuery with LTF form then everyhting fine.

The probelm with RTL form and position of error messsage moves from textfield other place.

For more information check following link

http://www.position-relative.net/creation/formValidator/demos/demoPositioning.html#

Any idea?

-Thanks

Hi,

You can set the promt-position to adjust where the error messages appear: https://github.com/posabsolute/jQuery-Validation-Engine#per-field-prompt-direction

Many thanks Pullo,

The problem is solved.

That’s good to hear :slight_smile:
How did you solve it?
This might help other people in the future.