PDA

View Full Version : Populating a textarea field based on TWO dropdown menu selections



NikBlais
27 Oct 2010, 09:44 PM
Easy enough to find info. on ONE selection, but nothing for two!

I'll elaborate...User must select from two dropdown menu selections:

First menu selects say a JOB SPECIALTY.
Second menu selects a LOCATION.

So, based on the user's selections, say ACCOUNTING + VANCOUVER, a textarea field is populated with text (for example - a company branch address).

Help here would be GREATLY appreciated!

Many thanks!
N

is_numeric
02 Nov 2010, 05:59 AM
I would look at PHP to do this with possibly a little bit of AJAX to make it bling

How are your coding skills?