Hi,

I’m using the Validation plug-in with Form Wizard (http://
home.aland.net/sundman/).

I want to change the position of the error message from directly
following the element. To explain; following each input I have a tool
tip image. I would like the error message to either appear directly
below the input or after the image. Is this possible?


$(function(){
$("#theForm").formwizard({
//form wizard settings
historyEnabled : true,
formPluginEnabled: true,
validationEnabled : true},
{
//validation settings
},
{
// form plugin settings
}
);
});

Reply via email to