Using User Input to select multi-reference fields

Hello,

I am currently trying to make a website for a Girlguiding unit I help out with. For this I want to allow the members to input all the badges that they currently have and then in the future allow the Leaders to be able to add a badge from our programme to an individuals member input in the database.

I have a database that is the members information and I have a database with the badge information (image, description etc) is there a way I can add one to the other using a form as I don’t want the other leaders to have to come into the backend content manager.

Ideally I would like to be able to add multiple badges to one member / multiple members to one badge if at all possible.

Thanks in advance for your help - and let me know if i’ve explained myself really badly!

:slight_smile:

Hi, did you have any progress with this? I am looking for a solution to a similar problem.

Greetings!

Hello from the Wix DevRel Team!

This should be possible with your Wix site, but will require a bit of coding using Velo, our platform for fullstack web development using JavaScript.

To accomplish this, you should add a form to the frontend of your Wix site, connect the form to your database collection, and update the database collection when the form is submitted. There are a few examples here to get you started, but you would need to create custom input fields unique to the kind of data you’re working with.

Hope this helps!

Rob