Hide Method
When should you use the Hide method?
When you want to programmatically close a survey that is currently open.
How to use the Hide method
To hide a survey that is open on your page, all you need to do is call the hide
method on the window.lb
object and it will close the open survey.
<script>
window.lb("hide");
</script>