In a form I have created I have a drop down list of venues (just venue name without an address). I would like to be able to have the venue and the address posted to a thread though.
Thinking out loud:
Venue list uses $dropdownchoice1a
Venue and address list uses $dropdownchoice1a-detailed
So if I choose $dropdownchoice1a on the form input the form output needs to display $dropdownchoice1a-detailed
Is it possible to do this? I assume it'll be a bit of code that I need to add the plugin... I just need to know what code I would use.
|