Input Table: Can I create a hyperlink or add an image

  • SewSouthern
    Asked on January 11, 2018 at 7:30 AM

    Can I create a hyperlink or add an image with the row data  within an input table?



  • aubreybourke
    Replied on January 11, 2018 at 9:43 AM

    Unfortunately no its not possible to use hyperlinks in any of the fields any more (except for the text field). This is due to security reasons. 

    However, its possible to show an image in an input table.

    1515681555The Easiest Online Form Builde Screenshot 10

    The CSS code looks like this:

    .form-textbox {

        width : 30px !important;

        height : 30px !important;

        background : transparent;

        border : none;

    }

    #input_3_0_0 {

        background-image : url('https://i0.wp.com/www.emojifoundation.com/wp-content/uploads/2017/07/Thinking_Face_Emoji.png') !important;

        background-size : 100% 100%;

    }