Hi,
I have to override the div for error message on my form fields. I can see that the div is appended in the guideruntime.js markError function.
To override this my thoughtw were to:
* use the guidebridge event listener for validation complete
* remove the ootb div
* Add my custom div
My div is added but it appears that validation complete is actually called before the error is added to the DOM.
* Is there another listener that could be used?
* Or another approach to achieve the same result in javascript
Thanks,
James