Forum Discussion

BrianDunk's avatar
BrianDunk
Qrew Cadet
5 hours ago

Display an Image on Add Record Form

I have a form in which I would like to display the same image at the top of the form every time it is opened.  Is this possible?  Is it possible to control the size of the image?

How is this done?

Brian

1 Reply

  • There is more than one way to do this.

    One method is to set up a new app with a table called Images or logos and upload the image file attachment. Set access to the app so everyone on the internet can view.  Also may as well set the checkbox to allow EOTI access.  The reason for a separate app is to have a shared repository of images which can be used in all your apps.

    Load the image and click the file attachment and it will open up in your browser.

     

    Copy that URL and use it in a Text element on the form which is set to be Rich text.  Include a width parameter. Here is an example of syntax.

    I have not tested this on new forms, only Legacy forms.

    <img src=https://mycompany.quickbase.com/up/xxxxxx/g/rt/eh/va/Division9LogoSmall.jpg width = 300>