Sending Select Field data to another form
-
Hi,
I have the following code which helps me auto populate one form from the previous page.
jQuery(‘input[name=job_role]’).attr(‘value’,allData[3]);
This doesn’t work when I use select dropdown and can’t find out where i’m going wrong.
Appreciate any help.
Thanks,
Jamie
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sending Select Field data to another form’ is closed to new replies.