How can I insert an image background to the form text box?

  • phoneflex
    Asked on April 9, 2014 at 12:54 PM

    How can i insert my custom Png textbox?

  • phoneflex
    Replied on April 9, 2014 at 2:29 PM

    Yes, I apologize.

    that is exaclty what i mean.

    Did not know how to phrase it since i thought the actualy textbox was being replaced and not an image behind it.. how can this be done?

  • Mike_T Jotform Support
    Replied on April 9, 2014 at 3:38 PM

    Please try to inject the following CSS code to the form to see if this is what you are looking for:

    .form-textbox {
    background:url(http://your-image-url.com) no-repeat right top;
    }

    Where http://your-image-url.com  should be replaced with the link to the background image.

    Thank you.