I Designed a Landing Page with a Fixed Mobile Nav Bar at the Bottom.
There is also a Pop-Up Form that appears when clicked. How can I make sure the Nav Bar is closed when the form pops up?
This issue is blocking the Send Button.
Is it possible to achieve this using JavaScript?
Here is the code for the Nav Bar:
<div class="navbar1">
<a href="#" class="product-action-btn-1" title="Quick View" data-bs-toggle="modal" data-bs-target="#exampleModal">Take an Offer</a>
</div>
You can view the landing page here