In the picture below you will see two areas I need help with. The first starts with the drop down titled Substitute Trustee followed by three form inputs that display related information. The data set is set to read or write. The drop down is connected to the data set that shows all the property info and the drop down list is connected to a data set of trustees. What I want to happen is if I change the trustee in the drop down it will auto fill the info in the other three elements to the right. The next area is the form below titled Add New Trustee. This is where I can add a new trustee to the trustee database. Problem is when I do that I need to refresh the page for it to show up in the drop down list of the first form I mentioned. Is there away to have it refresh the list so I do not have to refresh the page once the new trustee is submitted.
Again any help would be wonderful.
[@billyraestewart] How is your page set up at the moment? Are the form elements all connected to a dataset using the editor bindings or are you using javascript in the Corvid editor to manipulate the values when the dropdown changes? If you can give a little more context then a solution will be easier to determine.
All of the elements are connected to datasets. one is to a database of all the properties with all of there info and the second is a database of all trustees and their info. The list in the dropdown is connected to the trustee dataset and the dropdown itself is connected to the property dataset. All the elements in the lower form are connected to the trustee dataset. Hope that helps.
Do you have any code on the page? A dropdown.onChange handler for example. If so can you share that?
All the code that I have done on that page is for other things like nav bars, changing button colors, etc. I have no coding for what I am talking about only used the regular wix tools for that. No coding.