I have a button on the site that triggers a lightbox to populate a contact form. The problem that the button is clickable only on Desktop. When accessed by a mobile device, this button no longer works.
This is the code I'm using:
[formlightbox_call title="lightbox_form" class="2"]<button style="background-color: #9c0f13; border-radius: 5px;">Contate-nos</button>
[/formlightbox_call][formlightbox_obj id="2" onload="false"][contact-form-7 id="13" title="Formulário de contato 1"][/formlightbox_obj]
What am I doing wrong?
Thank you!