Hi,
My web page contains some form elements and i want to use Anno.js to guide my visitors.But after first textbox, Anno.js cause form validation.
There is not any event that could be trigger validation.
After this step validation fired
{
target: '#title', // second block of code
position: 'bottom',
content: 'Write your title here',
buttons: [AnnoButton.NextButton]
}
Do you have any suggestion?
Hi,
My web page contains some form elements and i want to use Anno.js to guide my visitors.But after first textbox, Anno.js cause form validation.
There is not any event that could be trigger validation.
After this step validation fired
Do you have any suggestion?