One to Many relationship input

I made a one to many relationship. (One tag. To many posts)

I also made a from where I would be setting the tag for the post. Right now I only get a drop down menu on the form. Which means the tags would have to be existing prior to the form creation. So if a user has a new tag they want to use, they are unable. Is it possible for a user to input a custom tag? Or write one for this form submission?

Yes, in Adalo, users can input custom tags by using a text input field instead of a dropdown. You can set up a separate text field where users can type a new tag and save it to the database. Then, you can update the form to display both existing and newly added tags dynamically

sure this is pretty much possible

Can you show an example of how you would format that? I’m trying to picture how you would set that up in a way to get them to input the tag before submitting the form. If possible I’d rather it not even have a drop down menu

First, users fill out the form, which then takes them to another screen where they can select tags from a database. These tags will be dynamically pulled from the database and displayed as selectable options. Once chosen, the selected tags will be added to the user’s profile and stored as a list within the app.
i hope this helps @NootVasillia

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.