there is a line in \\components\\com_jsjobs\\views\\jobposting\\tmpl\\formjob.php:
//window.onLoad=dochange(\'country\',-1);
// value in first dropdown
base on the comment above, this line should load the country drop-down menu with a default value. it was commented out in the code. I uncommented it and placed the country id for Pakistan(for instance), 80, into the function call like the following:
window.onLoad=dochange(\'country\',80);
// value in first dropdown
however, it does not seem to work. when I load the page, the country pakistan is still not selected as the default value for the country drop down. I noticed the same code appeared in a couple of other pages..
what am I doing wrong? how can I get this to work..I have already populated the database with the sql in US_PAK_UAE_states_countiies_cities.sql
thanks a lot for your reponse and help. I also would like to thank the developer for this fantastic component. great work!