i want to add a custom filed (state in address), while adding company with drop down.Select option working fine when i write states separated with enter, but i want to different values. like as
value=“01” JAMMU & KASHMIR
value=“02” HIMACHAL PRADESH
value="03"PUNJAB
value="04"CHANDIGARH
value="05"UTTARAKHAND
if i selected jammu kashmir then value will be stored in db is 01
how can i do this?