D
dk
In my form I have 3 fields.
Country calling code (cmbCountry)
City calling code (cmbCity)
Phone number (txtPhone)
After the user selected country and city code, those values shall be putted
into field txtPhone, so the first caracter user put into starts after that.
EG: cmbCountry = 1
cmbCity= 32
txtPhone= +132(starting entry point)Phone number
Thank You in advance for any suggestion or code.
Regards,
dk
Country calling code (cmbCountry)
City calling code (cmbCity)
Phone number (txtPhone)
After the user selected country and city code, those values shall be putted
into field txtPhone, so the first caracter user put into starts after that.
EG: cmbCountry = 1
cmbCity= 32
txtPhone= +132(starting entry point)Phone number
Thank You in advance for any suggestion or code.
Regards,
dk