Why is our form not visble when embeded?

  • enkialien
    Asked on April 7, 2018 at 10:56 AM

    I'm using imcreator and it has an embed section...

    this form was embedded correctly and working well for over a year, I had to edit something on the form and when I copied and pasted the embed code - now its not working.

    Do you know what the issue is and why the whole form is greyed out?

  • TREVON
    Replied on April 7, 2018 at 1:41 PM

    I have checked on your embed code and seems to be ok. The only challenge I see is there is a CSS code that allows transparency on your website code which you may need to look at and set it to "1" or remove the whole opacity section.

    .style-13bb7-dhwxto42s5 .style-bdd51415-6rkb49z5 .inner-pic {

        opacity: 0.21;

        color: rgb(0, 0, 0);

        -webkit-filter: grayscale(100%);

    }

    The current opacity ahs been set to 0.21 but thie should not be there or should be 1.

    Kindly do let us know if you need further assistance.