Regrettably, I must admit that my knowledge of HTML, CSS, and Bootstrap is quite limited, so the issue at hand may be something simple that I have overlooked.
I designed a website for a friend which includes mailto links on a button. Initially, they were functional but now they seem to have stopped working. I can't seem to identify what changes I might have made to disrupt their functionality.
Here is the code snippet in question:
<ol class="align-content-center btn btn-lg btn-secondary button2 mt-3" href="mailto:<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="6109040d0d0e2116000f050413080f064f180e0600">[email protected]</a>?subject=Website%20booking%20Online-Zoom">Book Here</ol>
The mailto link functions correctly when used independently, but clicking on the "Book now" button seems to have no effect.
You can view the page here.