How can I get my form Telemarketing Consultant Quote form, to show up on bmobilized mobile site.

  • robertkaiser111
    Asked on July 22, 2015 at 11:20 PM

    I put the responsive plug in on the form. Still not showing up on my mobile version. My quick quote form is working on the home page, (the responsive plug in worked here) but when I click on the main form link, it shows up blank". Here is the web address with your form http://www.telemarketingconsultant.com/telemarketing_get_a_quote.html 

       

     

  • Elton Support Team Lead
    Replied on July 23, 2015 at 7:24 AM

    I can see the form but it is not displayed properly on mobile. This is due to the existing styles you have on your page for iframe. They are shortened and shrunken.

    How can I get my form Telemarketing Consultant Quote form, to show up on bmobilized mobile site Screenshot 20

    To resolve this, please try to add this CSS codes above the form embed code. See if this helps.

    <style>

    @media screen and (max-width:768px){

    iframe.bmob-class-b07556ff64 {

        width: 100% !important;

        height: 600px !important;

        margin: 0 !important;

        padding: 0 !important;}

    }

    </style>

    If the above code does not help, re-embed your form using this iframe embed code. This might as well help.

    <iframe style="border-style: none; border-color: inherit; border-width: medium; width: 100% !important; height: 1425px !important;" src="//form.jotform.us/form/13624524731" allowtransparency="true" height="1425px" width="100%" scrolling="no" frameborder="0"> </iframe>

    Let us know if none of the above suggestions work.