Can I upload images to rich text field database?

Hi I’m new to wix. Is there anyone can help?

I’m creating a dynamic page & database for my articles collection. My articles are like same design template page but with different content. and, the content including text & pictures in different order.

So anyone know how to create a database with images & text under one field type?

Hi Jon!
You cannot add text and images under the same field type.
You could however use multiple fields and then present them using a dynamic page or use a few different dynamic pages for different “layouts”.
You could add another field with “layout type” and check for value of that item and use code to display your article accordingly.
You could also use code and wix-data to check for how many images you have for the item and display it accordingly.

Another cool thing you could try is using repeating layouts to display your articles on the same page.

Hope this helps and give you some ideas of how to do what you are looking for.

1 Like

Hi Omer, thanks for enlightening me!! I will try to use multiple field. thank you!