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:
- No option to upload an image to Assets (no +, add button…)
- 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:
- Add a Set Variable block
- Set it to Image and upload your logo
- Click the URL icon next to the image
- Copy the image URL from the sidebar on the right (it’ll look like https://i.mscdn.ai/images/your-image-id.png)
- 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