Jun 21st, 2011, 1:27 PM
Quote:The way you can map the tables together is in form, create a radio buttons, checkboxes, select or multi-select field. Then, click on the edit button for that field (which will shortly work in Safari ;-)). On the second tab for the "Option List / Content" field, select the form from which you want to grab the values. That will automatically load the fields for that form. Then select the field (in your case, "Club"). From then on, that field will always list the values from the field, pulled from the other form.
Thanks works fine. Now is there a way to extend this further. I have used this to implement a Club list dynamically filled using your technique in a Member form.
However I also wish to add players to Teams that belong to a Club. I can create Team fields within a Club form, but how would I create a dropdown that is conditional on what Club is selected?
In a traditional form one could create this using a javascript called Chained Selects but this would not work with a database I do not think.
Any ideas.