-1
I have a button on the website that triggers a lightbox to fill out a contact form. The problem that the button is only clickable on Desktop. When accessed by a mobile device, this button no longer works.
That’s 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 I’m doing wrong?
Thank you!