Button trigger to MailChimp pop-up form

Hello everyone!

I’m trying to get this pop-up form to show only on button click. I want to keep the pop-up hidden unless the user clicks on the “SUBSCRIBE” button. I already tried embeding the code but I don’t know how to trigger that code to show the pop-up only on button press. Is there a good soul that could help me out, please?

Here’s the website link: https://preview.webflow.com/preview/giacomos-ultra-awesome-project?utm_source=giacomos-ultra-awesome-project&preview=01e127242fabe497493208313ba92e7f

And here’s the Mailchimp pop-up with js code that I need to show only when the Subscribe button is pressed:
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us14.list-manage.com","uuid":"569eeb4f1464c7983e86984ff","lid":"51cff68352","uniqueMethods":false}) })</script>

Thanks!

I’m looking for this too. Mailchimp support confirmed there was a way but would not share the custom code