Hi Alba,
I am very sorry for the delay, I haven’t received a notification for this message.
I built a page on my website for your case, here is the link: https://webmarcello.co.uk/test/
And here is the code that should fix your problem:
<a id="display-shortcode" onClick="document.getElementById('hideaway').style.display='block';">WhatsApp contact form</a>
<div id="hideaway" >
[wp-phone-message]
</div>
<style>
#hideaway{display:none;}
#display-shortcode{cursor: pointer;}
</style>
Be sure NOT to call the same shortcode twice in the same page, it won’t work.
Let me know if it works
Marcello