Forum Discussion

PeteJames's avatar
PeteJames
Qrew Cadet
2 years ago

Images on forms

Hi,

I am trying to include an image (logo) on a form. I have read all the posts and followed the instructions but no matter what I try the image shows like the one at the bottom of this post.

I have tried:

- Different browsers with images enabled
- Rich text field <img src="https://ibb.co/4pdhcTt">
- Rich text field <img src=\"https://ibb.co/4pdhcTt\">
- Form text field with html enabled and the above image statements

all of the above with a url from an image loaded into a quickbase field

Does anyone have any ideas on how to solve this.





------------------------------
Pete James
------------------------------

3 Replies

  • AngelRodriguez's avatar
    AngelRodriguez
    Qrew Assistant Captain

    Hi Pete,

    Not sure if you tried this but since you're adding a logo to a form, you probably don't need a dedicated table field for this.  You can simply add a "Text" field (from the dropdown), where you want the logo, and make sure you check the HTML (Limited) checkbox.  Here's an example:

    Add this to your text field (text item properties)

    <img src="<your url here>" width="300" height="250";>
    
    <p style="color:black;font-size:1.2em;"><b>Icon Above Works</b></p>


    Sorry, Pete, just following up on this and I did notice that you tried form text field with html enabled.  I did, however, use the image URL you attached in my app and it works with the code I posted.  

    <img src="https://i.ibb.co/0rtHkM2/CRM-logo.jpg">



    ------------------------------
    AR
    ------------------------------

    • PeteJames's avatar
      PeteJames
      Qrew Cadet

      thanks.. yours worked for me.. as far as I can see the link in my case was missing the https:// and that's what caused the issue.

      thanks again



      ------------------------------
      Pete James
      ------------------------------
      • AngelRodriguez's avatar
        AngelRodriguez
        Qrew Assistant Captain

        Oh, I see.  Glad that worked for you, Pete!



        ------------------------------
        AR
        ------------------------------