When I try this and replace the (your javascript to be triggered goes here), the button looks great. Upon testing, it does nothing. Below is the code I used...what am I missing?
<div class="sqs-block button-block sqs-block-button">
<div align="center">
<a onclick="myFunction()"
class="sqs-block-button-element--large sqs-block-button-element" target="_blank">I'm ready to watch the class</a>
</div>
</div>
<script>
function myFunction () {
<a href="javascript:;" onclick="ml_webform_3970552('show')">
}
</script>