SyntaxFix
Write A Post
Hire A Developer
Questions
You would simply use jQuery like so...
<script> jQuery(function(){ jQuery('#modal').click(); }); </script>
Use the click function to auto-click the #modal button