Select Image Button is invisible in Image Upload Preview Widget

  • MCC68
    Asked on February 14, 2018 at 5:57 AM

    The Select Image button on this widget is not showing on a new form that I have just created.  It appears to show very faintly on my PC desktop but on an ipad it is not showing at all.  Is there anywhere to get this to show on the ipad?

  • york
    Replied on February 14, 2018 at 9:02 AM

    Hello, apparently the button background and the button text are both whites without any customizations. Since the form background is also white this causes the button to be invisible.

    You can quickly fix it by adding a CSS rule to the widget to change the button's background.

    #pickImage {

        background-color: blue;

    }


    1518616466asdasdasdasd Screenshot 10


    However, it should not be the default behavior of the widget. It should show the button visible enough without any customizations. I am escalating this issue to our developer team. You will be updated from this thread once the issue comes to a conclusion.