ketchup-plugin
ketchup-plugin copied to clipboard
put error message in already existing container?
I can't figure out how to put the error message into a already existing container. I have a container that's displayed on certain events:
<div class="resultsection" style="position:absolute;">
<span id="result" style="display:none;"></span>
</div>
It's for various different form event messages. And I'd like to put the ketchup error messages into that span.
Is this possible?
Thanks!