When I share my form, an image of a pixelated printer shows. How can I remove that or replace it with my logo?

  • MWeitzenkornPhoto
    Asked on June 7, 2017 at 2:12 PM
  • John_Benson
    Replied on June 7, 2017 at 2:47 PM

    If you're referring to this form (http://www.jotform.us/form/43167487930160), you can remove the Print button in the Submit field Advanced Properties window. To do that, please follow this guide:

    1. Log in to your account and open the form.
    2. Select the Submit button and click the Properties button (Gear icon).
    3. Go to the Advanced tab and disable the Print button.

    When I share my form, an image of a pixelated printer shows Screenshot 20

    Hope that answers your questions. If not, please provide the form ID or form link so we can check it further. Thank you.

  • Melanie
    Replied on June 7, 2017 at 2:53 PM

    Thanks John, that makes sense. I do want to keep the print button in case a client wants to print. Any way to keep the print button but not have the icon show when sharing the link?

  • John_Benson
    Replied on June 7, 2017 at 3:18 PM

    Yes, that is possible. Please add this Custom CSS Code to your form:

    img { 

        display: none !important; 

    Here's a guide: How-to-Inject-Custom-CSS-Codes

    Result:

    When I share my form, an image of a pixelated printer shows Screenshot 20

    Hope that helps. If you need further assistance, please do get back to us again. Thank you.