how do i make a user input text box populate a drop down menu and add a new item in the drop down menu every time i submit a something in the text box in wix? This is a trick one so i would appreciate some help. Thank you.
Hey
First of all you need to add a dataset to your page, then connect the user input text field to a field in the dataset and then add a button that you connect to the submit action. Remember to set permissions in the data collection & dataset so that it is possible to WRITE to it.
Then connect the dropdown to the same dataset and list those records you want from the dataset in the dropdown. If you want to have it updated live just refresh the dataset after submit.