Hi All. I’m having a problem and need some help. The site is for an organization with about 40 chapters. Each chapter has a representative. I created a form to modify the data in a collection. There are only a few inputs. I created a dropdown that includes the names of each chapter. I want the representative to be able to select their particular chapter and modify a couple of fields in the DB collection. I thought I could accomplish this without JS, but maybe I am wrong. When I tested the form, it modified the wrong chapter. Any help is greatly appreciated.
Hi David!
Can you elaborate on what you did so far?
Please share an example/screenshots/code snippets.
Also, please share a link to your site so one of us, WixCode team, can inspect your site and provide you with a solution.
Doron.
I have a db with the key field as “Club”
I have a repeater set up that displays the “club”, a “Club Rep”, an “email address” a "state, and a “city”
All the connections work.
I have a drop down input box connected to the collection key field (Club) the “connect a List” button is turned on and the "labels and values’ connect to the field club.
I want to have the user select a club and be able to modify any of the fields of THAT Club.
When I select a club from the drop down and try to modify the various fields for THAT club, it modifies fields for other clubs, not the one I selected.
At this point I have no JS code written.
Your deytailed help is REALLY appreciated.