Creating a dropdown menu with an add element option

In the website I’m currently working on there is a schools database.
When the user signs up he has to choose his school. The problem is that I can’t add all the schools in my country to the database, so i’d like to give the user an option of adding a missing school, in case he can’t find his own school in the list. how do I do that?

Hi,
You can connect the dropdown’s list to the dataset, create a form in case the school doesn’t exist and insert it to the database, then refresh the dataset and the dropdown will update.

Good luck :slight_smile: