Adding an Image to Input form

Hi,

I am new to MidnStudio. I am trying to create a form with some question to the user.

I want to upload a logo Icon to the form. problems:

  1. No option to upload an image to Assets (no +, add button…)
  2. assuming I can upload images how to place them on the form (I am using custom interface)

Hi @Eransi,

Welcome to the Community!

Here’s how to get your logo into the form:

  1. Add a Set Variable block
  2. Set it to Image and upload your logo
  3. Click the URL icon next to the image
  4. Copy the image URL from the sidebar on the right (it’ll look like https://i.mscdn.ai/images/your-image-id.png)
  5. Paste that URL into the message you send to your Custom Interface

Let me know how it goes!

Thanks for the prompt reply. It worked like magic…
However its a bit odd assume I need couple of different image do I need to place dummy Set variables. I believe there is more direct way such as import assets (images) and use them when necessary