Dropdown populates another field
Say I have 2 forms (Countirs and Details)
Country would be something like:
England - London
France - Paris
Germany - Berlin
Spain - Madrid
On a second form I have (Name, Country, Capital)
After completing a name field there is then a dropdown of countries. I select a country which is pulled from the first form (England, France, Germany, Spain)
and once ive selected which country I want it to auto - populate the final field (capital) with the relevant entry.
Any Help
Thanks